Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkOutlineCornerFilter Class Reference

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

#include <vtkOutlineCornerFilter.h>

Inheritance diagram for vtkOutlineCornerFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkOutlineCornerFilter:

Collaboration graph
[legend]
List of all members.

Public Methods

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

Static Public Methods

int IsTypeOf (const char *type)
vtkOutlineCornerFilter * SafeDownCast (vtkObject *o)
vtkOutlineCornerFilter * New ()

Protected Methods

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

Protected Attributes

vtkOutlineCornerSourceOutlineCornerSource
float CornerFactor

Detailed Description

create wireframe outline corners for arbitrary data set.

Date:
2001/10/11 13:37:10
Revision:
1.7
Thanks:
Thanks to Sebastien Barre who developed this class.
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.
Tests:
vtkOutlineCornerFilter (Tests)

Definition at line 62 of file vtkOutlineCornerFilter.h.


Constructor & Destructor Documentation

vtkOutlineCornerFilter::vtkOutlineCornerFilter   [protected]
 

vtkOutlineCornerFilter::~vtkOutlineCornerFilter   [protected]
 


Member Function Documentation

virtual const char* vtkOutlineCornerFilter::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetToPolyDataFilter.

vtkOutlineCornerFilter* vtkOutlineCornerFilter::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

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 vtkSource.

vtkOutlineCornerFilter* vtkOutlineCornerFilter::New   [static]
 

Construct outline corner filter with default corner factor = 0.2

Reimplemented from vtkPolyDataSource.

virtual void vtkOutlineCornerFilter::SetCornerFactor float    [virtual]
 

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

virtual float 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 82 of file vtkOutlineCornerFilter.h.

float vtkOutlineCornerFilter::CornerFactor [protected]
 

Definition at line 86 of file vtkOutlineCornerFilter.h.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:38:26 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001