41 #ifndef vtkAVSucdReader_h
42 #define vtkAVSucdReader_h
61 vtkSetStringMacro(FileName);
62 vtkGetStringMacro(FileName);
68 vtkSetMacro(BinaryFile,
int);
69 vtkGetMacro(BinaryFile,
int);
70 vtkBooleanMacro(BinaryFile,
int);
75 vtkGetMacro(NumberOfCells,
int);
80 vtkGetMacro(NumberOfNodes,
int);
85 vtkGetMacro(NumberOfNodeFields,
int);
90 vtkGetMacro(NumberOfCellFields,
int);
96 vtkGetMacro(NumberOfFields,
int);
101 vtkGetMacro(NumberOfNodeComponents,
int);
102 vtkGetMacro(NumberOfCellComponents,
int);
107 void SetByteOrderToBigEndian();
108 void SetByteOrderToLittleEndian();
109 const char *GetByteOrderAsString();
112 vtkSetMacro(ByteOrder,
int);
113 vtkGetMacro(ByteOrder,
int);
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);
206 void ReadBinaryCellTopology(
vtkIntArray *material,
int *types,
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int NumberOfCellComponents
vtkDataArraySelection * PointDataArraySelection
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 VTKIOGEOMETRY_EXPORT
dynamic, self-adjusting array of int
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
Superclass for algorithms that produce only unstructured grid as output.
int NumberOfNodeComponents
reads a dataset in AVS "UCD" format