Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkRibbonFilter Class Reference
create oriented ribbons from lines defined in polygonal dataset.
More...
#include <vtkRibbonFilter.h>
Inheritance diagram for vtkRibbonFilter:
[legend]Collaboration diagram for vtkRibbonFilter:
[legend]List of all members.
Detailed Description
create oriented ribbons from lines defined in polygonal dataset.
-
Date:
-
2000/12/10 20:08:50
-
Revision:
-
1.32
vtkRibbonFilter is a filter to create oriented ribbons from lines defined in polygonal dataset. The orientation of the ribbon is along the line segments and perpendicular to "projected" line normals. Projected line normals are the original line normals projected to be perpendicular to the local line segment. An offset angle can be specified to rotate the ribbon with respect to the normal.
The input line must not have duplicate points, or normals at points that are parallel to the incoming/outgoing line segments. (Duplicate points can be removed with vtkCleanPolyData.)
-
See also:
-
vtkTubeFilter
-
Examples:
-
vtkRibbonFilter (examples)
Definition at line 68 of file vtkRibbonFilter.h.
Constructor & Destructor Documentation
vtkRibbonFilter::vtkRibbonFilter |
( |
|
) |
[protected] |
|
vtkRibbonFilter::~vtkRibbonFilter |
( |
|
) |
[inline, protected] |
|
vtkRibbonFilter::vtkRibbonFilter |
( |
const vtkRibbonFilter & |
|
) |
[inline, protected] |
|
Member Function Documentation
virtual const char* vtkRibbonFilter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkRibbonFilter::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 vtkPolyDataToPolyDataFilter. |
virtual int vtkRibbonFilter::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 vtkPolyDataToPolyDataFilter. |
vtkRibbonFilter* vtkRibbonFilter::SafeDownCast |
( |
vtkObject * |
o |
) |
[static] |
|
void vtkRibbonFilter::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. |
vtkRibbonFilter* vtkRibbonFilter::New |
( |
|
) |
[static] |
|
|
Construct ribbon so that width is 0.1, the width does not vary with scalar values, and the width factor is 2.0.
Reimplemented from vtkPolyDataSource. |
virtual void vtkRibbonFilter::SetWidth |
( |
float |
|
) |
[virtual] |
|
|
Set the "half" width of the ribbon. If the width is allowed to vary, this is the minimum width. |
virtual float vtkRibbonFilter::GetWidth |
( |
|
) |
[virtual] |
|
virtual void vtkRibbonFilter::SetAngle |
( |
float |
|
) |
[virtual] |
|
|
Set the offset angle of the ribbon from the line normal. |
virtual float vtkRibbonFilter::GetAngle |
( |
|
) |
[virtual] |
|
virtual void vtkRibbonFilter::SetVaryWidth |
( |
int |
|
) |
[virtual] |
|
|
Turn on/off the variation of ribbon width with scalar value. |
virtual int vtkRibbonFilter::GetVaryWidth |
( |
|
) |
[virtual] |
|
virtual void vtkRibbonFilter::VaryWidthOn |
( |
|
) |
[virtual] |
|
virtual void vtkRibbonFilter::VaryWidthOff |
( |
|
) |
[virtual] |
|
virtual void vtkRibbonFilter::SetWidthFactor |
( |
float |
|
) |
[virtual] |
|
|
Set the maximum ribbon width in terms of a multiple of the minimum width. |
virtual float vtkRibbonFilter::GetWidthFactor |
( |
|
) |
[virtual] |
|
virtual void vtkRibbonFilter::SetDefaultNormal |
( |
float |
, |
|
|
float |
, |
|
|
float |
|
|
) |
[virtual] |
|
|
Set the default normal to use if no normals are supplied, and the DefaultNormalOn is set. |
virtual void vtkRibbonFilter::SetDefaultNormal |
( |
float |
[3] |
) |
[virtual] |
|
virtual float* vtkRibbonFilter::GetDefaultNormal |
( |
|
) |
[virtual] |
|
virtual void vtkRibbonFilter::GetDefaultNormal |
( |
float |
data[3] |
) |
[virtual] |
|
virtual void vtkRibbonFilter::SetUseDefaultNormal |
( |
int |
|
) |
[virtual] |
|
|
Set a boolean to control whether to use default normals. DefaultNormalOn is set. |
virtual int vtkRibbonFilter::GetUseDefaultNormal |
( |
|
) |
[virtual] |
|
virtual void vtkRibbonFilter::UseDefaultNormalOn |
( |
|
) |
[virtual] |
|
virtual void vtkRibbonFilter::UseDefaultNormalOff |
( |
|
) |
[virtual] |
|
void vtkRibbonFilter::operator= |
( |
const vtkRibbonFilter & |
|
) |
[inline, protected] |
|
void vtkRibbonFilter::Execute |
( |
|
) |
[protected, virtual] |
|
Member Data Documentation
float vtkRibbonFilter::Width [protected]
|
|
float vtkRibbonFilter::Angle [protected]
|
|
int vtkRibbonFilter::VaryWidth [protected]
|
|
float vtkRibbonFilter::WidthFactor [protected]
|
|
float vtkRibbonFilter::DefaultNormal[3] [protected]
|
|
int vtkRibbonFilter::UseDefaultNormal [protected]
|
|
The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:59:42 2001 for VTK by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001