calculate the euclidian distance of one surface from another
More...
#include <vtkvmtkSurfaceDistance.h>
calculate the euclidian distance of one surface from another
- Date
- 2006/04/06 16:47:48
- Revision
- 1.4
Definition at line 37 of file vtkvmtkSurfaceDistance.h.
◆ Superclass
◆ vtkvmtkSurfaceDistance()
vtkvmtkSurfaceDistance::vtkvmtkSurfaceDistance |
( |
| ) |
|
|
protected |
◆ ~vtkvmtkSurfaceDistance()
vtkvmtkSurfaceDistance::~vtkvmtkSurfaceDistance |
( |
| ) |
|
|
protected |
◆ IsTypeOf()
static int vtkvmtkSurfaceDistance::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkvmtkSurfaceDistance::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ NewInstanceInternal()
virtual vtkObjectBase* vtkvmtkSurfaceDistance::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
◆ NewInstance()
◆ PrintSelf()
void vtkvmtkSurfaceDistance::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ New()
◆ SetDistanceArrayName()
virtual void vtkvmtkSurfaceDistance::SetDistanceArrayName |
( |
const char * |
| ) |
|
|
virtual |
Set/Get the name of the array where the computed distance has to be stored.
◆ GetDistanceArrayName()
virtual char* vtkvmtkSurfaceDistance::GetDistanceArrayName |
( |
| ) |
|
|
virtual |
Set/Get the name of the array where the computed distance has to be stored.
◆ SetSignedDistanceArrayName()
virtual void vtkvmtkSurfaceDistance::SetSignedDistanceArrayName |
( |
const char * |
| ) |
|
|
virtual |
Set/Get the name of the array where the computed distance has to be stored.
◆ GetSignedDistanceArrayName()
virtual char* vtkvmtkSurfaceDistance::GetSignedDistanceArrayName |
( |
| ) |
|
|
virtual |
Set/Get the name of the array where the computed distance has to be stored.
◆ SetDistanceVectorsArrayName()
virtual void vtkvmtkSurfaceDistance::SetDistanceVectorsArrayName |
( |
const char * |
| ) |
|
|
virtual |
Set/Get the name of the array where the computed distance vectors have to be stored.
◆ GetDistanceVectorsArrayName()
virtual char* vtkvmtkSurfaceDistance::GetDistanceVectorsArrayName |
( |
| ) |
|
|
virtual |
Set/Get the name of the array where the computed distance vectors have to be stored.
◆ SetReferenceSurface()
virtual void vtkvmtkSurfaceDistance::SetReferenceSurface |
( |
vtkPolyData * |
| ) |
|
|
virtual |
Set/Get the reference surface to compute distance from.
◆ GetReferenceSurface()
virtual vtkPolyData* vtkvmtkSurfaceDistance::GetReferenceSurface |
( |
| ) |
|
|
virtual |
Set/Get the reference surface to compute distance from.
◆ RequestData()
virtual int vtkvmtkSurfaceDistance::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
◆ DistanceArrayName
char* vtkvmtkSurfaceDistance::DistanceArrayName |
|
protected |
◆ DistanceVectorsArrayName
char* vtkvmtkSurfaceDistance::DistanceVectorsArrayName |
|
protected |
◆ SignedDistanceArrayName
char* vtkvmtkSurfaceDistance::SignedDistanceArrayName |
|
protected |
◆ ReferenceSurface
vtkPolyData* vtkvmtkSurfaceDistance::ReferenceSurface |
|
protected |
The documentation for this class was generated from the following file: