Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes

vtkKWEStencilContourFilter Class Reference

generate isosurface/isoline from a vtkImageStencilData More...

#include <vtkKWEStencilContourFilter.h>

Inheritance diagram for vtkKWEStencilContourFilter:
Inheritance graph
[legend]
Collaboration diagram for vtkKWEStencilContourFilter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkKWEStencilContourFilter, vtkPolyDataAlgorithm)
void PrintSelf (ostream &os, vtkIndent indent)
unsigned long GetMTime ()

virtual void SetExtent (int, int, int, int, int, int)
virtual void SetExtent (int[6])
virtual int * GetExtent ()
virtual void GetExtent (int &, int &, int &, int &, int &, int &)
virtual void GetExtent (int[6])

void SetValue (int i, double value)
double GetValue (int i)
double * GetValues ()
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)

void SetComputeNormals (int)
int GetComputeNormals ()
virtual void ComputeNormalsOn ()
virtual void ComputeNormalsOff ()

void SetComputeGradients (int)
int GetComputeGradients ()
virtual void ComputeGradientsOn ()
virtual void ComputeGradientsOff ()

void SetComputeScalars (int)
int GetComputeScalars ()
virtual void ComputeScalarsOn ()
virtual void ComputeScalarsOff ()

Static Public Member Functions

static vtkKWEStencilContourFilterNew ()

Protected Member Functions

 vtkKWEStencilContourFilter ()
 ~vtkKWEStencilContourFilter ()
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation (int port, vtkInformation *info)

Protected Attributes

vtkContourFilterContourFilter
vtkImageDataImageData
int Extent [6]

Detailed Description

generate isosurface/isoline from a vtkImageStencilData

Definition at line 36 of file vtkKWEStencilContourFilter.h.


Constructor & Destructor Documentation

vtkKWEStencilContourFilter::vtkKWEStencilContourFilter (  )  [protected]
vtkKWEStencilContourFilter::~vtkKWEStencilContourFilter (  )  [protected]

Member Function Documentation

static vtkKWEStencilContourFilter* vtkKWEStencilContourFilter::New (  )  [static]

Reimplemented from vtkPolyDataAlgorithm.

vtkKWEStencilContourFilter::vtkTypeRevisionMacro ( vtkKWEStencilContourFilter  ,
vtkPolyDataAlgorithm   
)
void vtkKWEStencilContourFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkPolyDataAlgorithm.

virtual void vtkKWEStencilContourFilter::SetExtent ( int  ,
int  ,
int  ,
int  ,
int  ,
int   
) [virtual]

Set/Get extents. The contour filter will update only within the specified extents. If the extents aren't set, the extents of the input will be used.

virtual void vtkKWEStencilContourFilter::SetExtent ( int  [6]  )  [virtual]

Set/Get extents. The contour filter will update only within the specified extents. If the extents aren't set, the extents of the input will be used.

virtual int* vtkKWEStencilContourFilter::GetExtent (  )  [virtual]

Set/Get extents. The contour filter will update only within the specified extents. If the extents aren't set, the extents of the input will be used.

virtual void vtkKWEStencilContourFilter::GetExtent ( int &  ,
int &  ,
int &  ,
int &  ,
int &  ,
int &   
) [virtual]

Set/Get extents. The contour filter will update only within the specified extents. If the extents aren't set, the extents of the input will be used.

virtual void vtkKWEStencilContourFilter::GetExtent ( int  [6]  )  [virtual]

Set/Get extents. The contour filter will update only within the specified extents. If the extents aren't set, the extents of the input will be used.

void vtkKWEStencilContourFilter::SetValue ( int  i,
double  value 
)

Methods to set / get contour values.

double vtkKWEStencilContourFilter::GetValue ( int  i  ) 

Methods to set / get contour values.

double* vtkKWEStencilContourFilter::GetValues (  ) 

Methods to set / get contour values.

void vtkKWEStencilContourFilter::GetValues ( double *  contourValues  ) 

Methods to set / get contour values.

void vtkKWEStencilContourFilter::SetNumberOfContours ( int  number  ) 

Methods to set / get contour values.

int vtkKWEStencilContourFilter::GetNumberOfContours (  ) 

Methods to set / get contour values.

void vtkKWEStencilContourFilter::GenerateValues ( int  numContours,
double  range[2] 
)

Methods to set / get contour values.

void vtkKWEStencilContourFilter::GenerateValues ( int  numContours,
double  rangeStart,
double  rangeEnd 
)

Methods to set / get contour values.

unsigned long vtkKWEStencilContourFilter::GetMTime (  )  [virtual]

Modified GetMTime Because we delegate to vtkContourValues

Reimplemented from vtkObject.

void vtkKWEStencilContourFilter::SetComputeNormals ( int   ) 

Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

int vtkKWEStencilContourFilter::GetComputeNormals (  ) 

Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

virtual void vtkKWEStencilContourFilter::ComputeNormalsOn (  )  [virtual]

Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

virtual void vtkKWEStencilContourFilter::ComputeNormalsOff (  )  [virtual]

Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

void vtkKWEStencilContourFilter::SetComputeGradients ( int   ) 

Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

int vtkKWEStencilContourFilter::GetComputeGradients (  ) 

Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

virtual void vtkKWEStencilContourFilter::ComputeGradientsOn (  )  [virtual]

Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

virtual void vtkKWEStencilContourFilter::ComputeGradientsOff (  )  [virtual]

Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

void vtkKWEStencilContourFilter::SetComputeScalars ( int   ) 

Set/Get the computation of scalars.

int vtkKWEStencilContourFilter::GetComputeScalars (  ) 

Set/Get the computation of scalars.

virtual void vtkKWEStencilContourFilter::ComputeScalarsOn (  )  [virtual]

Set/Get the computation of scalars.

virtual void vtkKWEStencilContourFilter::ComputeScalarsOff (  )  [virtual]

Set/Get the computation of scalars.

virtual int vtkKWEStencilContourFilter::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

Reimplemented from vtkPolyDataAlgorithm.

virtual int vtkKWEStencilContourFilter::RequestUpdateExtent ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Reimplemented from vtkPolyDataAlgorithm.

virtual int vtkKWEStencilContourFilter::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Reimplemented from vtkPolyDataAlgorithm.


Member Data Documentation

Definition at line 107 of file vtkKWEStencilContourFilter.h.

Definition at line 108 of file vtkKWEStencilContourFilter.h.

Definition at line 109 of file vtkKWEStencilContourFilter.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines