generate cut surface from structured points
More...
#include <vtkSynchronizedTemplatesCutter3D.h>
|
virtual int | IsA (const char *type) |
|
vtkSynchronizedTemplatesCutter3D * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
void | ThreadedExecute (vtkImageData *data, vtkInformation *outInfo, int *exExt, int) |
|
|
virtual void | SetCutFunction (vtkImplicitFunction *) |
|
virtual vtkImplicitFunction * | GetCutFunction () |
|
|
virtual void | SetOutputPointsPrecision (int) |
|
virtual int | GetOutputPointsPrecision () |
|
vtkSynchronizedTemplates3D * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
unsigned long int | GetMTime () |
|
void | SetValue (int i, double value) |
|
double | GetValue (int i) |
|
double * | GetValues () |
|
virtual void | SetComputeNormals (int) |
|
virtual int | GetComputeNormals () |
|
virtual void | ComputeNormalsOn () |
|
virtual void | ComputeNormalsOff () |
|
virtual void | SetComputeGradients (int) |
|
virtual int | GetComputeGradients () |
|
virtual void | ComputeGradientsOn () |
|
virtual void | ComputeGradientsOff () |
|
virtual void | SetComputeScalars (int) |
|
virtual int | GetComputeScalars () |
|
virtual void | ComputeScalarsOn () |
|
virtual void | ComputeScalarsOff () |
|
virtual void | SetGenerateTriangles (int) |
|
virtual int | GetGenerateTriangles () |
|
virtual void | GenerateTrianglesOn () |
|
virtual void | GenerateTrianglesOff () |
|
void | GetValues (double *contourValues) |
|
void | SetNumberOfContours (int number) |
|
int | GetNumberOfContours () |
|
void | GenerateValues (int numContours, double range[2]) |
|
void | GenerateValues (int numContours, double rangeStart, double rangeEnd) |
|
int * | GetExecuteExtent () |
|
void | ThreadedExecute (vtkImageData *data, vtkInformation *inInfo, vtkInformation *outInfo, int *exExt, vtkDataArray *inScalars) |
|
void | SetInputMemoryLimit (unsigned long limit) |
|
unsigned long | GetInputMemoryLimit () |
|
virtual void | SetArrayComponent (int) |
|
virtual int | GetArrayComponent () |
|
generate cut surface from structured points
vtkSynchronizedTemplatesCutter3D is an implementation of the synchronized template algorithm. Note that vtkCutFilter will automatically use this class when appropriate.
- See Also
- vtkContourFilter vtkSynchronizedTemplates3D
Definition at line 35 of file vtkSynchronizedTemplatesCutter3D.h.
vtkSynchronizedTemplatesCutter3D::vtkSynchronizedTemplatesCutter3D |
( |
| ) |
|
|
protected |
vtkSynchronizedTemplatesCutter3D::~vtkSynchronizedTemplatesCutter3D |
( |
| ) |
|
|
protected |
static int vtkSynchronizedTemplatesCutter3D::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkSynchronizedTemplatesCutter3D::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkSynchronizedTemplatesCutter3D::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkSynchronizedTemplatesCutter3D::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkSynchronizedTemplatesCutter3D::ThreadedExecute |
( |
vtkImageData * |
data, |
|
|
vtkInformation * |
outInfo, |
|
|
int * |
exExt, |
|
|
int |
|
|
) |
| |
Needed by templated functions.
virtual void vtkSynchronizedTemplatesCutter3D::SetCutFunction |
( |
vtkImplicitFunction * |
| ) |
|
|
virtual |
Specify the implicit function to perform the cutting.
virtual vtkImplicitFunction* vtkSynchronizedTemplatesCutter3D::GetCutFunction |
( |
| ) |
|
|
virtual |
Specify the implicit function to perform the cutting.
virtual void vtkSynchronizedTemplatesCutter3D::SetOutputPointsPrecision |
( |
int |
| ) |
|
|
virtual |
Set/get the desired precision for the output types. See the documentation for the vtkAlgorithm::DesiredOutputPrecision enum for an explanation of the available precision settings.
virtual int vtkSynchronizedTemplatesCutter3D::GetOutputPointsPrecision |
( |
| ) |
|
|
virtual |
Set/get the desired precision for the output types. See the documentation for the vtkAlgorithm::DesiredOutputPrecision enum for an explanation of the available precision settings.
virtual int vtkSynchronizedTemplatesCutter3D::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
vtkImplicitFunction* vtkSynchronizedTemplatesCutter3D::CutFunction |
|
protected |
int vtkSynchronizedTemplatesCutter3D::OutputPointsPrecision |
|
protected |
The documentation for this class was generated from the following file: