#include <vtkMimxSurfacePolyDataActor.h>
Public Types | |
| enum | { DisplaySurface = 1, DisplayOutline = 2, DisplaySurfaceAndOutline = 3 } |
Public Member Functions | |
| vtkPolyData * | GetDataSet () |
| int | GetDisplayType () |
| void | GetFillColor (double rgb[3]) |
| void | GetFillColor (double &red, double &green, double &blue) |
| void | GetOutlineColor (double rgb[3]) |
| void | GetOutlineColor (double &red, double &green, double &blue) |
| void | Hide () |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | RestoreVisibility (void) |
| void | SaveVisibility (void) |
| void | SetDisplayType (int mode) |
| void | SetFillColor (double red, double green, double blue) |
| void | SetFillColor (double rgb[3]) |
| void | SetOutlineColor (double red, double green, double blue) |
| void | SetOutlineColor (double rgb[3]) |
| void | Show () |
| vtkMimxSurfacePolyDataActor () | |
| vtkTypeRevisionMacro (vtkMimxSurfacePolyDataActor, vtkMimxActorBase) | |
| ~vtkMimxSurfacePolyDataActor () | |
Static Public Member Functions | |
| static vtkMimxSurfacePolyDataActor * | New () |
Protected Attributes | |
| vtkPolyData * | PolyData |
| vtkPolyDataMapper * | PolyDataMapper |
Private Member Functions | |
| void | operator= (const vtkMimxSurfacePolyDataActor &) |
| vtkMimxSurfacePolyDataActor (const vtkMimxSurfacePolyDataActor &) | |
Private Attributes | |
| int | DisplayType |
| double | FillColor [3] |
| double | OutlineColor [3] |
| bool | SavedVisibility |
| vtkMimxSurfacePolyDataActor::vtkMimxSurfacePolyDataActor | ( | ) |
References vtkMimxActorBase::Actor, DisplaySurface, FillColor, New(), OutlineColor, PolyData, PolyDataMapper, and SetDisplayType().
| vtkMimxSurfacePolyDataActor::~vtkMimxSurfacePolyDataActor | ( | ) |
References vtkMimxActorBase::Actor, PolyData, and PolyDataMapper.
| vtkMimxSurfacePolyDataActor::vtkMimxSurfacePolyDataActor | ( | const vtkMimxSurfacePolyDataActor & | ) | [private] |
| vtkPolyData * vtkMimxSurfacePolyDataActor::GetDataSet | ( | ) |
References PolyData.
Referenced by vtkKWMimxGroupBase::AddSurfaceToDisplay(), and vtkFESurfaceList::AppendItem().
| int vtkMimxSurfacePolyDataActor::GetDisplayType | ( | ) |
References DisplayType.
Referenced by vtkKWMimxViewPropertiesGroup::SetViewProperties().
| void vtkMimxSurfacePolyDataActor::GetFillColor | ( | double | rgb[3] | ) |
References FillColor.
| void vtkMimxSurfacePolyDataActor::GetFillColor | ( | double & | red, | |
| double & | green, | |||
| double & | blue | |||
| ) |
References FillColor.
Referenced by vtkKWMimxViewPropertiesGroup::SetViewProperties().
| void vtkMimxSurfacePolyDataActor::GetOutlineColor | ( | double | rgb[3] | ) |
References OutlineColor.
| void vtkMimxSurfacePolyDataActor::GetOutlineColor | ( | double & | red, | |
| double & | green, | |||
| double & | blue | |||
| ) |
References OutlineColor.
| void vtkMimxSurfacePolyDataActor::Hide | ( | ) |
References vtkMimxActorBase::Actor.
| static vtkMimxSurfacePolyDataActor* vtkMimxSurfacePolyDataActor::New | ( | ) | [static] |
| void vtkMimxSurfacePolyDataActor::operator= | ( | const vtkMimxSurfacePolyDataActor & | ) | [private] |
Reimplemented from vtkMimxActorBase.
| void vtkMimxSurfacePolyDataActor::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
Reimplemented from vtkMimxActorBase.
| void vtkMimxSurfacePolyDataActor::RestoreVisibility | ( | void | ) |
References vtkMimxActorBase::Actor, and SavedVisibility.
| void vtkMimxSurfacePolyDataActor::SaveVisibility | ( | void | ) |
References vtkMimxActorBase::Actor, and SavedVisibility.
| void vtkMimxSurfacePolyDataActor::SetDisplayType | ( | int | mode | ) |
References vtkMimxActorBase::Actor, DisplayOutline, DisplaySurface, DisplayType, FillColor, and OutlineColor.
Referenced by vtkKWMimxViewPropertiesGroup::RepresentationCallback(), and vtkMimxSurfacePolyDataActor().
| void vtkMimxSurfacePolyDataActor::SetFillColor | ( | double | red, | |
| double | green, | |||
| double | blue | |||
| ) |
References vtkMimxActorBase::Actor, DisplaySurface, DisplayType, and FillColor.
| void vtkMimxSurfacePolyDataActor::SetFillColor | ( | double | rgb[3] | ) |
| void vtkMimxSurfacePolyDataActor::SetOutlineColor | ( | double | red, | |
| double | green, | |||
| double | blue | |||
| ) |
References vtkMimxActorBase::Actor, DisplayOutline, DisplayType, and OutlineColor.
| void vtkMimxSurfacePolyDataActor::SetOutlineColor | ( | double | rgb[3] | ) |
| void vtkMimxSurfacePolyDataActor::Show | ( | ) |
References vtkMimxActorBase::Actor.
| vtkMimxSurfacePolyDataActor::vtkTypeRevisionMacro | ( | vtkMimxSurfacePolyDataActor | , | |
| vtkMimxActorBase | ||||
| ) |
int vtkMimxSurfacePolyDataActor::DisplayType [private] |
Referenced by GetDisplayType(), SetDisplayType(), SetFillColor(), and SetOutlineColor().
double vtkMimxSurfacePolyDataActor::FillColor[3] [private] |
Referenced by GetFillColor(), SetDisplayType(), SetFillColor(), and vtkMimxSurfacePolyDataActor().
double vtkMimxSurfacePolyDataActor::OutlineColor[3] [private] |
Referenced by GetOutlineColor(), SetDisplayType(), SetOutlineColor(), and vtkMimxSurfacePolyDataActor().
vtkPolyData* vtkMimxSurfacePolyDataActor::PolyData [protected] |
Referenced by GetDataSet(), vtkMimxSurfacePolyDataActor(), and ~vtkMimxSurfacePolyDataActor().
vtkPolyDataMapper* vtkMimxSurfacePolyDataActor::PolyDataMapper [protected] |
Referenced by vtkMimxSurfacePolyDataActor(), and ~vtkMimxSurfacePolyDataActor().
Referenced by RestoreVisibility(), and SaveVisibility().
1.6.1