40 #ifndef vtkSliceCubes_h
41 #define vtkSliceCubes_h
43 #include "vtkImagingHybridModule.h"
46 VTK_ABI_NAMESPACE_BEGIN
57 void Write() { this->Update(); }
80 vtkSetMacro(Value,
double);
81 vtkGetMacro(Value,
double);
109 VTK_ABI_NAMESPACE_END
a simple class to control print indentation
abstract base class for most VTK objects
generate isosurface(s) from volume four slices at a time
vtkSetFilePathMacro(LimitsFileName)
Specify file name of marching cubes limits file.
vtkSetFilePathMacro(FileName)
Specify file name of marching cubes output file.
vtkGetFilePathMacro(LimitsFileName)
Specify file name of marching cubes limits file.
vtkGetFilePathMacro(FileName)
Specify file name of marching cubes output file.
virtual void SetReader(vtkVolumeReader *)
Set/get object to read slices.
~vtkSliceCubes() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkSliceCubes * New()