38 #ifndef __vtkAVSucdReader_h
39 #define __vtkAVSucdReader_h
57 vtkSetStringMacro(FileName);
58 vtkGetStringMacro(FileName);
64 vtkSetMacro(BinaryFile,
int);
65 vtkGetMacro(BinaryFile,
int);
66 vtkBooleanMacro(BinaryFile,
int);
71 vtkGetMacro(NumberOfCells,
int);
76 vtkGetMacro(NumberOfNodes,
int);
81 vtkGetMacro(NumberOfNodeFields,
int);
86 vtkGetMacro(NumberOfCellFields,
int);
92 vtkGetMacro(NumberOfFields,
int);
97 vtkGetMacro(NumberOfNodeComponents,
int);
98 vtkGetMacro(NumberOfCellComponents,
int);
103 void SetByteOrderToBigEndian();
104 void SetByteOrderToLittleEndian();
105 const char *GetByteOrderAsString();
108 vtkSetMacro(ByteOrder,
int);
109 vtkGetMacro(ByteOrder,
int);
115 int GetNumberOfPointArrays();
116 int GetNumberOfCellArrays();
117 const char* GetPointArrayName(
int index);
118 const char* GetCellArrayName(
int index);
119 int GetPointArrayStatus(
const char*
name);
120 int GetCellArrayStatus(
const char*
name);
121 void SetPointArrayStatus(
const char*
name,
int status);
122 void SetCellArrayStatus(
const char*
name,
int status);
125 void DisableAllCellArrays();
126 void EnableAllCellArrays();
127 void DisableAllPointArrays();
128 void EnableAllPointArrays();
132 void GetCellDataRange(
int cellComp,
int index,
float *min,
float *
max);
136 void GetNodeDataRange(
int nodeComp,
int index,
float *min,
float *
max);
163 int GetLabel(
char *
string,
int number,
char *label);
199 int ReadFloatBlock(
int n,
float *block);
200 int ReadIntBlock(
int n,
int *block);
202 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)
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