Go to the documentation of this file.
30 #ifndef vtkProStarReader_h
31 #define vtkProStarReader_h
33 #include "vtkIOGeometryModule.h"
48 vtkSetStringMacro(FileName);
49 vtkGetStringMacro(FileName);
58 vtkGetMacro(ScaleFactor,
double);
118 FILE* OpenFile(
const char *ext);
shapeType
The primitive cell shape.
~vtkProStarReader() override
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
double ScaleFactor
The coordinates are multiplied by ScaleFactor when setting them.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
cellType
The type of material represented by the cell.
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
char * FileName
The name of the file to be read.
Reads geometry in proSTAR (STARCD) file format.
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
static vtkProStarReader * New()