22#include "vtkIOImageModule.h"
136 enum class DataFormatType : std::uint8_t
146 DataFormatType DataFormat = DataFormatType::XDR_FLOAT;
149 double OutputSpacing[3];
150 double OutputOrigin[3];
152 std::string DataFileType;
153 std::string BinaryFilename;
topologically and geometrically regular array of data
a simple class to control print indentation
Allocate and hold a VTK object.
Stanford Exploration Project files reader.
std::array< std::int32_t, 6 > ComputeExtent() const
int RequestData(vtkInformation *request, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
double DataOrigin[details::SEP_READER_MAX_DIMENSION]
vtkGetCharFromStdStringMacro(FileName)
vtkSetStdStringFromCharMacro(ZDimension)
vtkNew< vtkStringArray > AllRanges
vtkSetStdStringFromCharMacro(YDimension)
std::string FileName
Exposed Properties.
vtkSetStdStringFromCharMacro(FixedDimension2)
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)
double DataSpacing[details::SEP_READER_MAX_DIMENSION]
std::string FixedDimension2
static vtkSEPReader * New()
bool CanReadFile(VTK_FILEPATH const char *)
vtkSetStdStringFromCharMacro(FileName)
Specify file name for the SEP Header file.
std::string FixedDimension1
a vtkAbstractArray subclass for strings
static constexpr int SEP_READER_MAX_DIMENSION