VTK
|
generate isosurface(s) from volume four slices at a time More...
#include <vtkSliceCubes.h>
Inherits vtkObject.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkSliceCubes * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Write () |
void | Update () |
virtual void | SetReader (vtkVolumeReader *) |
virtual vtkVolumeReader * | GetReader () |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
virtual void | SetValue (double) |
virtual double | GetValue () |
virtual void | SetLimitsFileName (const char *) |
virtual char * | GetLimitsFileName () |
Static Public Member Functions | |
static vtkSliceCubes * | New () |
static int | IsTypeOf (const char *type) |
static vtkSliceCubes * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkSliceCubes () | |
~vtkSliceCubes () | |
void | Execute () |
Protected Attributes | |
vtkVolumeReader * | Reader |
char * | FileName |
double | Value |
char * | LimitsFileName |
generate isosurface(s) from volume four slices at a time
vtkSliceCubes is a special version of the marching cubes filter. Instead of ingesting an entire volume at once it processes only four slices at a time. This way, it can generate isosurfaces from huge volumes. Also, the output of this object is written to a marching cubes triangle file. That way, output triangles do not need to be held in memory.
To use vtkSliceCubes you must specify an instance of vtkVolumeReader to read the data. Set this object up with the proper file prefix, image range, data origin, data dimensions, header size, data mask, and swap bytes flag. The vtkSliceCubes object will then take over and read slices as necessary. You also will need to specify the name of an output marching cubes triangle file.
Definition at line 59 of file vtkSliceCubes.h.
typedef vtkObject vtkSliceCubes::Superclass |
Definition at line 63 of file vtkSliceCubes.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkSliceCubes* vtkSliceCubes::NewInstance | ( | ) | const |
void vtkSliceCubes::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
inline |
Definition at line 67 of file vtkSliceCubes.h.
void vtkSliceCubes::Update | ( | ) |
|
virtual |
Set/get object to read slices.
|
virtual |
Set/get object to read slices.
|
virtual |
Specify file name of marching cubes output file.
|
virtual |
Specify file name of marching cubes output file.
|
virtual |
Set/get isosurface contour value.
|
virtual |
Set/get isosurface contour value.
|
virtual |
Specify file name of marching cubes limits file. The limits file speeds up subsequent reading of output triangle file.
|
virtual |
Specify file name of marching cubes limits file. The limits file speeds up subsequent reading of output triangle file.
|
protected |
|
protected |
Definition at line 101 of file vtkSliceCubes.h.
|
protected |
Definition at line 102 of file vtkSliceCubes.h.
|
protected |
Definition at line 103 of file vtkSliceCubes.h.
|
protected |
Definition at line 104 of file vtkSliceCubes.h.