22 #ifndef vtkSEPReader_h
23 #define vtkSEPReader_h
25 #include "vtkIOImageModule.h"
64 vtkGetMacro(OutputGridDimension,
int);
65 vtkSetMacro(OutputGridDimension,
int);
71 vtkSetMacro(ExtentSplitMode,
int);
72 vtkGetMacro(ExtentSplitMode,
int);
74 vtkGetMacro(DataOrigin, VTK_FUTURE_CONST
double*);
75 vtkGetMacro(DataSpacing, VTK_FUTURE_CONST
double*);
100 vtkSetMacro(FixedDimensionValue1,
int);
101 vtkSetMacro(FixedDimensionValue2,
int);
102 vtkGetVector2Macro(FixedDimRange,
int);
121 int OutputGridDimension = 3;
132 int FixedDimRange[2] = { 0, 0 };
138 enum class DataFormatType : std::uint8_t
148 DataFormatType DataFormat = DataFormatType::XDR_FLOAT;
151 double OutputSpacing[3];
152 double OutputOrigin[3];
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation
Stanford Exploration Project files reader.
int RequestData(vtkInformation *request, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
vtkGetCharFromStdStringMacro(FileName)
vtkSetStdStringFromCharMacro(ZDimension)
vtkNew< vtkStringArray > AllRanges
vtkSetStdStringFromCharMacro(YDimension)
std::array< std::int32_t, 6 > ComputeExtent() const
vtkSetStdStringFromCharMacro(FixedDimension2)
static vtkSEPReader * New()
bool ReadData(vtkImageData *, int *)
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
vtkNew< vtkStringArray > AllDimensions
vtkSetStdStringFromCharMacro(XDimension)
Specify the name for each spatial / fixed dimension.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetStdStringFromCharMacro(FixedDimension1)
bool CanReadFile(VTK_FILEPATH const char *)
vtkSetStdStringFromCharMacro(FileName)
Specify file name for the SEP Header file.
a vtkAbstractArray subclass for strings
static constexpr int SEP_READER_MAX_DIMENSION