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

vtkCutPlane Class Reference

SImple version. More...

#include <vtkCutPlane.h>

Inheritance diagram for vtkCutPlane:

Inheritance graph
[legend]
Collaboration diagram for vtkCutPlane:

Collaboration graph
[legend]
List of all members.

Public Methods

void PrintSelf (ostream &os, vtkIndent indent)
virtual const char * GetClassName ()
virtual int IsA (const char *type)
virtual void SetOrigin (float, float, float)
virtual void SetOrigin (float[3])
virtual float * GetOrigin ()
virtual void GetOrigin (float &, float &, float &)
virtual void GetOrigin (float[3])
virtual void SetNormal (float, float, float)
virtual void SetNormal (float[3])
virtual float * GetNormal ()
virtual void GetNormal (float &, float &, float &)
virtual void GetNormal (float[3])
virtual void SetOffset (float)
virtual float GetOffset ()

Static Public Methods

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

Protected Methods

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

Protected Attributes

float Normal [3]
float Origin [3]
float Offset
vtkPlanePlaneFunction

Detailed Description

SImple version.

Date:
2001/10/31 16:36:12
Revision:
1.2

vtkCutPlane is a simple version of the super class. The need for this should go away once all attributes are put in field.

Definition at line 57 of file vtkCutPlane.h.


Constructor & Destructor Documentation

vtkCutPlane::vtkCutPlane   [protected]
 

vtkCutPlane::~vtkCutPlane   [protected]
 

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

Definition at line 81 of file vtkCutPlane.h.


Member Function Documentation

void vtkCutPlane::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 vtkCutter.

virtual const char* vtkCutPlane::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 vtkCutter.

int vtkCutPlane::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 vtkCutter.

virtual int vtkCutPlane::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 vtkCutter.

vtkCutPlane* vtkCutPlane::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 vtkCutter.

vtkCutPlane* vtkCutPlane::New   [static]
 

Construct with user-specified implicit function; initial value of 0.0; and generating cut scalars turned off.

Reimplemented from vtkCutter.

virtual void vtkCutPlane::SetOrigin float   ,
float   ,
float   
[virtual]
 

Direct acces to the plane parameters

virtual void vtkCutPlane::SetOrigin float   [3] [virtual]
 

Direct acces to the plane parameters

virtual float* vtkCutPlane::GetOrigin   [virtual]
 

Direct acces to the plane parameters

virtual void vtkCutPlane::GetOrigin float &   ,
float &   ,
float &   
[virtual]
 

Direct acces to the plane parameters

virtual void vtkCutPlane::GetOrigin float   [3] [virtual]
 

Direct acces to the plane parameters

virtual void vtkCutPlane::SetNormal float   ,
float   ,
float   
[virtual]
 

Direct acces to the plane parameters

virtual void vtkCutPlane::SetNormal float   [3] [virtual]
 

Direct acces to the plane parameters

virtual float* vtkCutPlane::GetNormal   [virtual]
 

Direct acces to the plane parameters

virtual void vtkCutPlane::GetNormal float &   ,
float &   ,
float &   
[virtual]
 

Direct acces to the plane parameters

virtual void vtkCutPlane::GetNormal float   [3] [virtual]
 

Direct acces to the plane parameters

virtual void vtkCutPlane::SetOffset float    [virtual]
 

Offset of the plane from the origin. Units are respect to normal.

virtual float vtkCutPlane::GetOffset   [virtual]
 

Offset of the plane from the origin. Units are respect to normal.

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

Definition at line 82 of file vtkCutPlane.h.

void vtkCutPlane::Execute   [protected, virtual]
 

This method is the old style execute method

Reimplemented from vtkCutter.


Member Data Documentation

float vtkCutPlane::Normal[3] [protected]
 

Definition at line 86 of file vtkCutPlane.h.

float vtkCutPlane::Origin[3] [protected]
 

Definition at line 87 of file vtkCutPlane.h.

float vtkCutPlane::Offset [protected]
 

Definition at line 88 of file vtkCutPlane.h.

vtkPlane* vtkCutPlane::PlaneFunction [protected]
 

Definition at line 90 of file vtkCutPlane.h.


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