VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkOutlineCornerFilter Class Reference

create wireframe outline corners for arbitrary data set More...

#include <vtkOutlineCornerFilter.h>

Inherits vtkPolyDataAlgorithm.

Collaboration diagram for vtkOutlineCornerFilter:
[legend]

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkOutlineCornerFilterNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetCornerFactor (double)
 
virtual double GetCornerFactor ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkOutlineCornerFilterSafeDownCast (vtkObjectBase *o)
 
static vtkOutlineCornerFilterNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkOutlineCornerFilter ()
 
 ~vtkOutlineCornerFilter ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 

Protected Attributes

vtkOutlineCornerSourceOutlineCornerSource
 
double CornerFactor
 

Detailed Description

create wireframe outline corners for arbitrary data set

vtkOutlineCornerFilter is a filter that generates wireframe outline corners of any data set. The outline consists of the eight corners of the dataset bounding box.

Examples:
vtkOutlineCornerFilter (Examples)
Tests:
vtkOutlineCornerFilter (Tests)

Definition at line 36 of file vtkOutlineCornerFilter.h.

Member Typedef Documentation

typedef vtkPolyDataAlgorithm vtkOutlineCornerFilter::Superclass

Definition at line 39 of file vtkOutlineCornerFilter.h.

Constructor & Destructor Documentation

vtkOutlineCornerFilter::vtkOutlineCornerFilter ( )
protected
vtkOutlineCornerFilter::~vtkOutlineCornerFilter ( )
protected

Member Function Documentation

static int vtkOutlineCornerFilter::IsTypeOf ( const char *  type)
static
virtual int vtkOutlineCornerFilter::IsA ( const char *  type)
virtual
static vtkOutlineCornerFilter* vtkOutlineCornerFilter::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkOutlineCornerFilter::NewInstanceInternal ( ) const
protectedvirtual
vtkOutlineCornerFilter* vtkOutlineCornerFilter::NewInstance ( ) const
void vtkOutlineCornerFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
static vtkOutlineCornerFilter* vtkOutlineCornerFilter::New ( )
static

Construct outline corner filter with default corner factor = 0.2

virtual void vtkOutlineCornerFilter::SetCornerFactor ( double  )
virtual

Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds

virtual double vtkOutlineCornerFilter::GetCornerFactor ( )
virtual

Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds

virtual int vtkOutlineCornerFilter::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
virtual int vtkOutlineCornerFilter::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual

Member Data Documentation

vtkOutlineCornerSource* vtkOutlineCornerFilter::OutlineCornerSource
protected

Definition at line 56 of file vtkOutlineCornerFilter.h.

double vtkOutlineCornerFilter::CornerFactor
protected

Definition at line 60 of file vtkOutlineCornerFilter.h.


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