ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
filereaderutils.cpp File Reference
#include "filereaderutils.h"
#include <vtkCellData.h>
#include <vtkUnstructuredGrid.h>
#include <QDebug>
#include "vtkUnstructuredGridRelevantPointsFilter.h"
#include <strings.h>
Include dependency graph for filereaderutils.cpp:

Go to the source code of this file.

Namespaces

 VtkUtils
 

Macros

#define USE_POINT_INDICES_TO_INSERT
 
#define ALL_LINES   -1
 
#define INVALID_MAT_ID   -INT_MAX
 
#define STRNCASECMP   strncasecmp
 
#define LONG_FIELD_WIDTH   16
 
#define SHORT_FIELD_WIDTH   8
 
#define INDEX_FIELD_WIDTH   8
 
#define MAX_ANSYS_LINE   200
 

Functions

static float VtkUtils::Getf (const char *s)
 
static int VtkUtils::Geti (const char *s)
 

Macro Definition Documentation

◆ ALL_LINES

#define ALL_LINES   -1

Definition at line 18 of file filereaderutils.cpp.

◆ INDEX_FIELD_WIDTH

#define INDEX_FIELD_WIDTH   8

◆ INVALID_MAT_ID

#define INVALID_MAT_ID   -INT_MAX

Definition at line 19 of file filereaderutils.cpp.

◆ LONG_FIELD_WIDTH

#define LONG_FIELD_WIDTH   16

◆ MAX_ANSYS_LINE

#define MAX_ANSYS_LINE   200

◆ SHORT_FIELD_WIDTH

#define SHORT_FIELD_WIDTH   8

◆ STRNCASECMP

#define STRNCASECMP   strncasecmp

Definition at line 28 of file filereaderutils.cpp.

◆ USE_POINT_INDICES_TO_INSERT

#define USE_POINT_INDICES_TO_INSERT

Definition at line 17 of file filereaderutils.cpp.