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

wrapper around surfmesh surface mesh generator by Gordan Stuhne; May not be working. More...

#include <vtkvmtkSurfMeshWrapper.h>

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

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkSurfMeshWrapperNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetNodeSpacing (double)
 
virtual double GetNodeSpacing ()
 

Static Public Member Functions

static vtkvmtkSurfMeshWrapperNew ()
 
static int IsTypeOf (const char *type)
 
static vtkvmtkSurfMeshWrapperSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

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

Protected Attributes

double NodeSpacing
 

Detailed Description

wrapper around surfmesh surface mesh generator by Gordan Stuhne; May not be working.

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

...

Definition at line 34 of file vtkvmtkSurfMeshWrapper.h.

Member Typedef Documentation

◆ Superclass

typedef vtkPolyDataAlgorithm vtkvmtkSurfMeshWrapper::Superclass

Definition at line 38 of file vtkvmtkSurfMeshWrapper.h.

Constructor & Destructor Documentation

◆ vtkvmtkSurfMeshWrapper()

vtkvmtkSurfMeshWrapper::vtkvmtkSurfMeshWrapper ( )
protected

◆ ~vtkvmtkSurfMeshWrapper()

vtkvmtkSurfMeshWrapper::~vtkvmtkSurfMeshWrapper ( )
protected

Member Function Documentation

◆ New()

static vtkvmtkSurfMeshWrapper* vtkvmtkSurfMeshWrapper::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkSurfMeshWrapper::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkSurfMeshWrapper* vtkvmtkSurfMeshWrapper::NewInstance ( ) const

◆ PrintSelf()

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

◆ SetNodeSpacing()

virtual void vtkvmtkSurfMeshWrapper::SetNodeSpacing ( double  )
virtual

◆ GetNodeSpacing()

virtual double vtkvmtkSurfMeshWrapper::GetNodeSpacing ( )
virtual

◆ RequestData()

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

Member Data Documentation

◆ NodeSpacing

double vtkvmtkSurfMeshWrapper::NodeSpacing
protected

Definition at line 50 of file vtkvmtkSurfMeshWrapper.h.


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