#include <vtkVoxelContoursToSurfaceFilter.h>
Inheritance diagram for vtkVoxelContoursToSurfaceFilter:
vtkVoxelContoursToSurfaceFilter is a filter that takes contours and produces surfaces. There are some restrictions for the contours:
This filter takes the contours and produces a structured points dataset of signed floating point number indicating distance from a contour. A contouring filter is then applied to generate 3D surfaces from a stack of 2D contour distance slices. This is done in a streaming fashion so as not to use to much memory.
Definition at line 50 of file vtkVoxelContoursToSurfaceFilter.h.
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | SetSpacing (double, double, double) |
virtual void | SetSpacing (double[3]) |
virtual double * | GetSpacing () |
virtual void | GetSpacing (double data[3]) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetMemoryLimitInBytes (int) |
virtual int | GetMemoryLimitInBytes () |
Static Public Member Functions | |
static vtkVoxelContoursToSurfaceFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkVoxelContoursToSurfaceFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkVoxelContoursToSurfaceFilter () | |
~vtkVoxelContoursToSurfaceFilter () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | AddLineToLineList (double x1, double y1, double x2, double y2) |
void | SortLineList () |
void | CastLines (float *slice, double gridOrigin[3], int gridSize[3], int type) |
void | PushDistances (float *ptr, int gridSize[3], int chunkSize) |
Protected Attributes | |
int | MemoryLimitInBytes |
double | Spacing [3] |
double * | LineList |
int | LineListLength |
int | LineListSize |
double * | SortedXList |
double * | SortedYList |
int | SortedListSize |
int * | WorkingList |
int | WorkingListLength |
double * | IntersectionList |
int | IntersectionListLength |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 54 of file vtkVoxelContoursToSurfaceFilter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPolyDataAlgorithm. |
|
Set / Get the memory limit in bytes for this filter. This is the limit of the size of the structured points data set that is created for intermediate processing. The data will be streamed through this volume in as many pieces as necessary. |
|
|
|
|
|
|
|
|
|
|
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
|
|
|
|
|
|
|
|
Definition at line 75 of file vtkVoxelContoursToSurfaceFilter.h. |
|
Definition at line 77 of file vtkVoxelContoursToSurfaceFilter.h. |
|
Definition at line 79 of file vtkVoxelContoursToSurfaceFilter.h. |
|
Definition at line 80 of file vtkVoxelContoursToSurfaceFilter.h. |
|
Definition at line 81 of file vtkVoxelContoursToSurfaceFilter.h. |
|
Definition at line 83 of file vtkVoxelContoursToSurfaceFilter.h. |
|
Definition at line 84 of file vtkVoxelContoursToSurfaceFilter.h. |
|
Definition at line 85 of file vtkVoxelContoursToSurfaceFilter.h. |
|
Definition at line 87 of file vtkVoxelContoursToSurfaceFilter.h. |
|
Definition at line 88 of file vtkVoxelContoursToSurfaceFilter.h. |
|
Definition at line 90 of file vtkVoxelContoursToSurfaceFilter.h. |
|
Definition at line 91 of file vtkVoxelContoursToSurfaceFilter.h. |