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

vtkImplicitWindowFunction Class Reference

implicit function maps another implicit function to lie within a specified range. More...

#include <vtkImplicitWindowFunction.h>

Inheritance diagram for vtkImplicitWindowFunction:

Inheritance graph
[legend]
Collaboration diagram for vtkImplicitWindowFunction:

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)
float EvaluateFunction (float x[3])
float EvaluateFunction (float x, float y, float z)
void EvaluateGradient (float x[3], float n[3])
virtual void SetImplicitFunction (vtkImplicitFunction *)
virtual vtkImplicitFunctionGetImplicitFunction ()
virtual void SetWindowRange (float, float)
void SetWindowRange (float[2])
virtual float * GetWindowRange ()
virtual void GetWindowRange (float data[2])
virtual void SetWindowValues (float, float)
void SetWindowValues (float[2])
virtual float * GetWindowValues ()
virtual void GetWindowValues (float data[2])
unsigned long GetMTime ()

Static Public Methods

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

Protected Methods

 vtkImplicitWindowFunction ()
 ~vtkImplicitWindowFunction ()
 vtkImplicitWindowFunction (const vtkImplicitWindowFunction &)
void operator= (const vtkImplicitWindowFunction &)

Protected Attributes

vtkImplicitFunctionImplicitFunction
float WindowRange [2]
float WindowValues [2]

Detailed Description

implicit function maps another implicit function to lie within a specified range.

Date:
2000/12/10 20:08:40
Revision:
1.21

vtkImplicitWindowFunction is used to modify the output of another implicit function to lie within a specified "window", or function range. This can be used to add "thickness" to cutting or clipping functions.

This class works as follows. First, it evaluates the function value of the user-specified implicit function. Then, based on the window range specified, it maps the function value into the window values specified.

See also:
vtkImplicitFunction
Examples:
vtkImplicitWindowFunction (examples)

Definition at line 68 of file vtkImplicitWindowFunction.h.


Constructor & Destructor Documentation

vtkImplicitWindowFunction::vtkImplicitWindowFunction   [protected]
 

vtkImplicitWindowFunction::~vtkImplicitWindowFunction   [protected]
 

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

Definition at line 108 of file vtkImplicitWindowFunction.h.


Member Function Documentation

virtual const char* vtkImplicitWindowFunction::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 vtkImplicitFunction.

int vtkImplicitWindowFunction::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 vtkImplicitFunction.

virtual int vtkImplicitWindowFunction::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 vtkImplicitFunction.

vtkImplicitWindowFunction* vtkImplicitWindowFunction::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 vtkImplicitFunction.

void vtkImplicitWindowFunction::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 vtkImplicitFunction.

vtkImplicitWindowFunction* vtkImplicitWindowFunction::New   [static]
 

Construct object with window range (0,1) and window values (0,1).

Reimplemented from vtkObject.

float vtkImplicitWindowFunction::EvaluateFunction float    x[3] [virtual]
 

Evaluate window function.

Reimplemented from vtkImplicitFunction.

float vtkImplicitWindowFunction::EvaluateFunction float    x,
float    y,
float    z
[inline]
 

Reimplemented from vtkImplicitFunction.

Definition at line 79 of file vtkImplicitWindowFunction.h.

void vtkImplicitWindowFunction::EvaluateGradient float    x[3],
float    n[3]
[virtual]
 

Evaluate window function gradient. Just return implicit function gradient.

Reimplemented from vtkImplicitFunction.

virtual void vtkImplicitWindowFunction::SetImplicitFunction vtkImplicitFunction   [virtual]
 

Specify an implicit function to operate on.

virtual vtkImplicitFunction* vtkImplicitWindowFunction::GetImplicitFunction   [virtual]
 

virtual void vtkImplicitWindowFunction::SetWindowRange float   ,
float   
[virtual]
 

Specify the range of function values which are considered to lie within the window. WindowRange[0] is assumed to be less than WindowRange[1].

void vtkImplicitWindowFunction::SetWindowRange float   [2]
 

virtual float* vtkImplicitWindowFunction::GetWindowRange   [virtual]
 

virtual void vtkImplicitWindowFunction::GetWindowRange float    data[2] [virtual]
 

virtual void vtkImplicitWindowFunction::SetWindowValues float   ,
float   
[virtual]
 

Specify the range of output values that the window range is mapped into. This is effectively a scaling and shifting of the original function values.

void vtkImplicitWindowFunction::SetWindowValues float   [2]
 

virtual float* vtkImplicitWindowFunction::GetWindowValues   [virtual]
 

virtual void vtkImplicitWindowFunction::GetWindowValues float    data[2] [virtual]
 

unsigned long vtkImplicitWindowFunction::GetMTime   [virtual]
 

Override modified time retrieval because of object dependencies.

Reimplemented from vtkImplicitFunction.

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

Definition at line 109 of file vtkImplicitWindowFunction.h.


Member Data Documentation

vtkImplicitFunction* vtkImplicitWindowFunction::ImplicitFunction [protected]
 

Definition at line 111 of file vtkImplicitWindowFunction.h.

float vtkImplicitWindowFunction::WindowRange[2] [protected]
 

Definition at line 112 of file vtkImplicitWindowFunction.h.

float vtkImplicitWindowFunction::WindowValues[2] [protected]
 

Definition at line 113 of file vtkImplicitWindowFunction.h.


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