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

vtkOutlineCornerSource Class Reference

create wireframe outline corners around bounding box. More...

#include <vtkOutlineCornerSource.h>

Inheritance diagram for vtkOutlineCornerSource:

Inheritance graph
[legend]
Collaboration diagram for vtkOutlineCornerSource:

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)
vtkOutlineCornerSource * SafeDownCast (vtkObject *o)
vtkOutlineCornerSource * New ()

Protected Methods

 vtkOutlineCornerSource ()
 ~vtkOutlineCornerSource ()
 vtkOutlineCornerSource (const vtkOutlineCornerSource &)
void operator= (const vtkOutlineCornerSource &)
void Execute ()

Protected Attributes

float CornerFactor

Detailed Description

create wireframe outline corners around bounding box.

Date:
2000/12/10 20:08:25
Revision:
1.4
Thanks:
Thanks to Sebastien Barre who developed this class.
vtkOutlineCornerSource creates wireframe outline corners around a user-specified bounding box.

Definition at line 57 of file vtkOutlineCornerSource.h.


Constructor & Destructor Documentation

vtkOutlineCornerSource::vtkOutlineCornerSource   [protected]
 

vtkOutlineCornerSource::~vtkOutlineCornerSource   [inline, protected]
 

Definition at line 73 of file vtkOutlineCornerSource.h.

vtkOutlineCornerSource::vtkOutlineCornerSource const vtkOutlineCornerSource &    [inline, protected]
 

Definition at line 74 of file vtkOutlineCornerSource.h.


Member Function Documentation

virtual const char* vtkOutlineCornerSource::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 vtkOutlineSource.

int vtkOutlineCornerSource::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 vtkOutlineSource.

virtual int vtkOutlineCornerSource::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 vtkOutlineSource.

vtkOutlineCornerSource* vtkOutlineCornerSource::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 vtkOutlineSource.

void vtkOutlineCornerSource::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 vtkOutlineSource.

vtkOutlineCornerSource* vtkOutlineCornerSource::New   [static]
 

Construct outline corner source with default corner factor = 0.2

Reimplemented from vtkOutlineSource.

virtual void vtkOutlineCornerSource::SetCornerFactor float    [virtual]
 

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

virtual float vtkOutlineCornerSource::GetCornerFactor   [virtual]
 

void vtkOutlineCornerSource::operator= const vtkOutlineCornerSource &    [inline, protected]
 

Definition at line 75 of file vtkOutlineCornerSource.h.

void vtkOutlineCornerSource::Execute   [protected, virtual]
 

Reimplemented from vtkOutlineSource.


Member Data Documentation

float vtkOutlineCornerSource::CornerFactor [protected]
 

Definition at line 79 of file vtkOutlineCornerSource.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:57:01 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001