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

Project point data from a reference mesh onto a query mesh. More...

#include <vtkvmtkMeshProjection.h>

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

Public Types

typedef vtkUnstructuredGridAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkMeshProjectionNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetReferenceMesh (vtkUnstructuredGrid *)
 
virtual vtkUnstructuredGrid * GetReferenceMesh ()
 
virtual void SetTolerance (double)
 
virtual double GetTolerance ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkMeshProjectionSafeDownCast (vtkObjectBase *o)
 
static vtkvmtkMeshProjectionNew ()
 

Protected Member Functions

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

Protected Attributes

vtkUnstructuredGrid * ReferenceMesh
 
double Tolerance
 

Detailed Description

Project point data from a reference mesh onto a query mesh.

Date
2006/07/17 09:53:14
Revision
1.1

Definition at line 33 of file vtkvmtkMeshProjection.h.

Member Typedef Documentation

◆ Superclass

typedef vtkUnstructuredGridAlgorithm vtkvmtkMeshProjection::Superclass

Definition at line 36 of file vtkvmtkMeshProjection.h.

Constructor & Destructor Documentation

◆ vtkvmtkMeshProjection()

vtkvmtkMeshProjection::vtkvmtkMeshProjection ( )
protected

◆ ~vtkvmtkMeshProjection()

vtkvmtkMeshProjection::~vtkvmtkMeshProjection ( )
protected

Member Function Documentation

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkMeshProjection::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkMeshProjection* vtkvmtkMeshProjection::NewInstance ( ) const

◆ PrintSelf()

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

◆ New()

static vtkvmtkMeshProjection* vtkvmtkMeshProjection::New ( )
static

◆ SetReferenceMesh()

virtual void vtkvmtkMeshProjection::SetReferenceMesh ( vtkUnstructuredGrid *  )
virtual

◆ GetReferenceMesh()

virtual vtkUnstructuredGrid* vtkvmtkMeshProjection::GetReferenceMesh ( )
virtual

◆ SetTolerance()

virtual void vtkvmtkMeshProjection::SetTolerance ( double  )
virtual

◆ GetTolerance()

virtual double vtkvmtkMeshProjection::GetTolerance ( )
virtual

◆ RequestData()

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

Member Data Documentation

◆ ReferenceMesh

vtkUnstructuredGrid* vtkvmtkMeshProjection::ReferenceMesh
protected

Definition at line 53 of file vtkvmtkMeshProjection.h.

◆ Tolerance

double vtkvmtkMeshProjection::Tolerance
protected

Definition at line 54 of file vtkvmtkMeshProjection.h.


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