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

project point data from a reference surface onto an input surface. More...

#include <vtkvmtkSurfaceProjection.h>

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

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkSurfaceProjectionNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetReferenceSurface (vtkPolyData *)
 
virtual vtkPolyData * GetReferenceSurface ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkSurfaceProjectionSafeDownCast (vtkObjectBase *o)
 
static vtkvmtkSurfaceProjectionNew ()
 

Protected Member Functions

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

Protected Attributes

vtkPolyData * ReferenceSurface
 

Detailed Description

project point data from a reference surface onto an input surface.

Date
2006/04/06 16:47:48
Revision
1.4

Definition at line 37 of file vtkvmtkSurfaceProjection.h.

Member Typedef Documentation

◆ Superclass

typedef vtkPolyDataAlgorithm vtkvmtkSurfaceProjection::Superclass

Definition at line 40 of file vtkvmtkSurfaceProjection.h.

Constructor & Destructor Documentation

◆ vtkvmtkSurfaceProjection()

vtkvmtkSurfaceProjection::vtkvmtkSurfaceProjection ( )
protected

◆ ~vtkvmtkSurfaceProjection()

vtkvmtkSurfaceProjection::~vtkvmtkSurfaceProjection ( )
protected

Member Function Documentation

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkSurfaceProjection::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkSurfaceProjection* vtkvmtkSurfaceProjection::NewInstance ( ) const

◆ PrintSelf()

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

◆ New()

static vtkvmtkSurfaceProjection* vtkvmtkSurfaceProjection::New ( )
static

◆ SetReferenceSurface()

virtual void vtkvmtkSurfaceProjection::SetReferenceSurface ( vtkPolyData *  )
virtual

Set/Get the reference surface to compute distance from.

◆ GetReferenceSurface()

virtual vtkPolyData* vtkvmtkSurfaceProjection::GetReferenceSurface ( )
virtual

Set/Get the reference surface to compute distance from.

◆ RequestData()

virtual int vtkvmtkSurfaceProjection::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

Member Data Documentation

◆ ReferenceSurface

vtkPolyData* vtkvmtkSurfaceProjection::ReferenceSurface
protected

Definition at line 57 of file vtkvmtkSurfaceProjection.h.


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