18#ifndef vtkProStarReader_h 
   19#define vtkProStarReader_h 
   21#include "vtkIOGeometryModule.h"  
   24VTK_ABI_NAMESPACE_BEGIN
 
   47  vtkGetMacro(ScaleFactor, 
double);
 
  105  FILE* OpenFile(
const char* ext);
 
a simple class to control print indentation
 
Reads geometry in proSTAR (STARCD) file format.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
vtkSetFilePathMacro(FileName)
Specify the file name prefix of the cel/vrt files to read.
 
cellType
The type of material represented by the cell.
 
double ScaleFactor
The coordinates are multiplied by ScaleFactor when setting them.
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
shapeType
The primitive cell shape.
 
static vtkProStarReader * New()
 
vtkGetFilePathMacro(FileName)
Specify the file name prefix of the cel/vrt files to read.
 
~vtkProStarReader() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
char * FileName
The name of the file to be read.
 
Superclass for algorithms that produce only unstructured grid as output.
 
dataset represents arbitrary combinations of all possible cell types