Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkOutlineCornerFilter Class Reference

#include <vtkOutlineCornerFilter.h>

Inheritance diagram for vtkOutlineCornerFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkOutlineCornerFilter:

Collaboration graph
[legend]
List of all members.

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.

Created by:
  • Barre, Sebastien
CVS contributions (if > 5%):
  • Barre, Sebastien (86%)
  • Martin, Ken (5%)
CVS logs (CVSweb):
  • .cxx (/Graphics/vtkOutlineCornerFilter.cxx)
  • .h (/Graphics/vtkOutlineCornerFilter.h)
Tests:
vtkOutlineCornerFilter (Tests)

Definition at line 43 of file vtkOutlineCornerFilter.h.

Public Types

typedef vtkDataSetToPolyDataFilter Superclass

Public Member Functions

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

Static Public Member Functions

int IsTypeOf (const char *type)
vtkOutlineCornerFilterSafeDownCast (vtkObject *o)
vtkOutlineCornerFilterNew ()

Protected Member Functions

 vtkOutlineCornerFilter ()
 ~vtkOutlineCornerFilter ()
void Execute ()
void ExecuteInformation ()

Protected Attributes

vtkOutlineCornerSourceOutlineCornerSource
double CornerFactor


Member Typedef Documentation

typedef vtkDataSetToPolyDataFilter vtkOutlineCornerFilter::Superclass
 

Reimplemented from vtkDataSetToPolyDataFilter.

Definition at line 46 of file vtkOutlineCornerFilter.h.


Constructor & Destructor Documentation

vtkOutlineCornerFilter::vtkOutlineCornerFilter  )  [protected]
 

vtkOutlineCornerFilter::~vtkOutlineCornerFilter  )  [protected]
 


Member Function Documentation

virtual const char* vtkOutlineCornerFilter::GetClassName  )  [virtual]
 

Reimplemented from vtkDataSetToPolyDataFilter.

int vtkOutlineCornerFilter::IsTypeOf const char *  type  )  [static]
 

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetToPolyDataFilter.

virtual int vtkOutlineCornerFilter::IsA const char *  type  )  [virtual]
 

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetToPolyDataFilter.

vtkOutlineCornerFilter* vtkOutlineCornerFilter::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkDataSetToPolyDataFilter.

void vtkOutlineCornerFilter::PrintSelf ostream &  os,
vtkIndent  indent
[virtual]
 

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkDataSetToPolyDataFilter.

vtkOutlineCornerFilter* vtkOutlineCornerFilter::New  )  [static]
 

Construct outline corner filter with default corner factor = 0.2

Reimplemented from vtkAlgorithm.

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

void vtkOutlineCornerFilter::Execute  )  [protected, virtual]
 

This method is the old style execute method

Reimplemented from vtkSource.

void vtkOutlineCornerFilter::ExecuteInformation  )  [protected, virtual]
 

Reimplemented from vtkSource.


Member Data Documentation

vtkOutlineCornerSource* vtkOutlineCornerFilter::OutlineCornerSource [protected]
 

Definition at line 63 of file vtkOutlineCornerFilter.h.

double vtkOutlineCornerFilter::CornerFactor [protected]
 

Definition at line 67 of file vtkOutlineCornerFilter.h.


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