22#include "vtkIOImageModule.h"
61 vtkGetMacro(OutputGridDimension,
int);
62 vtkSetMacro(OutputGridDimension,
int);
68 vtkSetMacro(ExtentSplitMode,
int);
69 vtkGetMacro(ExtentSplitMode,
int);
71 vtkGetMacro(DataOrigin,
double*);
72 vtkGetMacro(DataSpacing,
double*);
97 vtkSetMacro(FixedDimensionValue1,
int);
98 vtkSetMacro(FixedDimensionValue2,
int);
99 vtkGetVector2Macro(FixedDimRange,
int);
117 std::string FileName =
"";
118 int OutputGridDimension = 3;
122 std::string XDimension =
"CDP";
123 std::string YDimension =
"LINE";
124 std::string ZDimension =
"DEPTH";
125 std::string FixedDimension1 =
"OFFSET";
126 std::string FixedDimension2 =
"DEPTH";
129 int FixedDimRange[2] = { 0, 0 };
135 enum class DataFormatType : std::uint8_t
145 DataFormatType DataFormat = DataFormatType::XDR_FLOAT;
148 double OutputSpacing[3];
149 double OutputOrigin[3];
151 std::string DataFileType;
152 std::string BinaryFilename;
Generic algorithm superclass for image algs.
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.
vtkGetCharFromStdStringMacro(FileName)
vtkSetStdStringFromCharMacro(ZDimension)
vtkNew< vtkStringArray > AllRanges
vtkSetStdStringFromCharMacro(YDimension)
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)
static vtkSEPReader * New()
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