41 #ifndef vtkAVSucdReader_h 42 #define vtkAVSucdReader_h 107 void SetByteOrderToBigEndian();
108 void SetByteOrderToLittleEndian();
109 const char *GetByteOrderAsString();
119 int GetNumberOfPointArrays();
120 int GetNumberOfCellArrays();
121 const char* GetPointArrayName(
int index);
122 const char* GetCellArrayName(
int index);
123 int GetPointArrayStatus(
const char*
name);
124 int GetCellArrayStatus(
const char*
name);
125 void SetPointArrayStatus(
const char*
name,
int status);
126 void SetCellArrayStatus(
const char*
name,
int status);
129 void DisableAllCellArrays();
130 void EnableAllCellArrays();
131 void DisableAllPointArrays();
132 void EnableAllPointArrays();
136 void GetCellDataRange(
int cellComp,
int index,
float *min,
float *
max);
140 void GetNodeDataRange(
int nodeComp,
int index,
float *min,
float *
max);
167 int GetLabel(
char *
string,
int number,
char *label);
203 int ReadFloatBlock(
int n,
float *block);
204 int ReadIntBlock(
int n,
int *block);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int NumberOfCellComponents
vtkDataArraySelection * PointDataArraySelection
#define vtkGetMacro(name, type)
static vtkUnstructuredGridAlgorithm * New()
dynamic, self-adjusting array of float
dynamic, self-adjusting array of vtkIdType
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkSetStringMacro(name)
#define vtkTypeMacro(thisClass, superclass)
#define VTKIOGEOMETRY_EXPORT
dynamic, self-adjusting array of int
GLuint const GLchar * name
a simple class to control print indentation
Store on/off settings for data arrays for a vtkSource.
dataset represents arbitrary combinations of all possible cell types
void PrintSelf(ostream &os, vtkIndent indent)
vtkDataArraySelection * CellDataArraySelection
GLsizei GLenum GLenum * types
#define vtkGetStringMacro(name)
Superclass for algorithms that produce only unstructured grid as output.
int NumberOfNodeComponents
#define vtkBooleanMacro(name, type)
reads a dataset in AVS "UCD" format
#define vtkSetMacro(name, type)