30 #ifndef __vtkvmtkFDNEUTReader_h 31 #define __vtkvmtkFDNEUTReader_h 33 #include "vtkvmtkWin32Header.h" 34 #include "vtkUnstructuredGridReader.h" 40 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
44 vtkSetStringMacro(SingleCellDataEntityArrayName);
45 vtkGetStringMacro(SingleCellDataEntityArrayName);
47 vtkSetMacro(GhostNodes,
int);
48 vtkGetMacro(GhostNodes,
int);
49 vtkBooleanMacro(GhostNodes,
int);
51 vtkSetMacro(VolumeElementsOnly,
int);
52 vtkGetMacro(VolumeElementsOnly,
int);
53 vtkBooleanMacro(VolumeElementsOnly,
int);
71 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
74 {
for (
int i=0; i<npts; i++) --pts[i]; }
char * SingleCellDataEntityArrayName
static void OneToZeroOffset(int npts, int *pts)
Reads FDNEUT Fidap files.