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:
[legend]Collaboration diagram for vtkImplicitWindowFunction:
[legend]List of all members.
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] |
|
Member Function Documentation
virtual const char* vtkImplicitWindowFunction::GetClassName |
( |
|
) |
[virtual] |
|
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] |
|
float vtkImplicitWindowFunction::EvaluateFunction |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
[inline] |
|
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 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] |
|
Member Data Documentation
float vtkImplicitWindowFunction::WindowRange[2] [protected]
|
|
float vtkImplicitWindowFunction::WindowValues[2] [protected]
|
|
The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:49:13 2001 for VTK by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001