VMTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkvmtkSurfaceDistance Class Reference

calculate the euclidian distance of one surface from another More...

#include <vtkvmtkSurfaceDistance.h>

Inheritance diagram for vtkvmtkSurfaceDistance:
[legend]
Collaboration diagram for vtkvmtkSurfaceDistance:
[legend]

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkSurfaceDistanceNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetDistanceArrayName (const char *)
 
virtual char * GetDistanceArrayName ()
 
virtual void SetSignedDistanceArrayName (const char *)
 
virtual char * GetSignedDistanceArrayName ()
 
virtual void SetDistanceVectorsArrayName (const char *)
 
virtual char * GetDistanceVectorsArrayName ()
 
virtual void SetReferenceSurface (vtkPolyData *)
 
virtual vtkPolyData * GetReferenceSurface ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkSurfaceDistanceSafeDownCast (vtkObjectBase *o)
 
static vtkvmtkSurfaceDistanceNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkSurfaceDistance ()
 
 ~vtkvmtkSurfaceDistance ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE
 

Protected Attributes

char * DistanceArrayName
 
char * DistanceVectorsArrayName
 
char * SignedDistanceArrayName
 
vtkPolyData * ReferenceSurface
 

Detailed Description

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.

Member Typedef Documentation

◆ Superclass

typedef vtkPolyDataAlgorithm vtkvmtkSurfaceDistance::Superclass

Definition at line 40 of file vtkvmtkSurfaceDistance.h.

Constructor & Destructor Documentation

◆ vtkvmtkSurfaceDistance()

vtkvmtkSurfaceDistance::vtkvmtkSurfaceDistance ( )
protected

◆ ~vtkvmtkSurfaceDistance()

vtkvmtkSurfaceDistance::~vtkvmtkSurfaceDistance ( )
protected

Member Function Documentation

◆ IsTypeOf()

static int vtkvmtkSurfaceDistance::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkvmtkSurfaceDistance::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkvmtkSurfaceDistance* vtkvmtkSurfaceDistance::SafeDownCast ( vtkObjectBase *  o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkSurfaceDistance::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkSurfaceDistance* vtkvmtkSurfaceDistance::NewInstance ( ) const

◆ PrintSelf()

void vtkvmtkSurfaceDistance::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ New()

static vtkvmtkSurfaceDistance* vtkvmtkSurfaceDistance::New ( )
static

◆ 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

Member Data Documentation

◆ DistanceArrayName

char* vtkvmtkSurfaceDistance::DistanceArrayName
protected

Definition at line 78 of file vtkvmtkSurfaceDistance.h.

◆ DistanceVectorsArrayName

char* vtkvmtkSurfaceDistance::DistanceVectorsArrayName
protected

Definition at line 79 of file vtkvmtkSurfaceDistance.h.

◆ SignedDistanceArrayName

char* vtkvmtkSurfaceDistance::SignedDistanceArrayName
protected

Definition at line 80 of file vtkvmtkSurfaceDistance.h.

◆ ReferenceSurface

vtkPolyData* vtkvmtkSurfaceDistance::ReferenceSurface
protected

Definition at line 81 of file vtkvmtkSurfaceDistance.h.


The documentation for this class was generated from the following file: