
Public Member Functions | |
| TPlane (vtkFloatingPointType planeSize) | |
| void | Set (vtkFloatingPointType origin[3], vtkFloatingPointType normal[3]) |
| vtkTypeMacro (TPlane, SALOME_Actor) | |
Protected Member Functions | |
| void | Init () |
| ~TPlane () | |
| TPlane (const TPlane &) | |
| void | operator= (const TPlane &) |
Private Attributes | |
| vtkFloatingPointType | mySize |
| vtkDataSetMapper * | myMapper |
| vtkPlaneSource * | myPlaneSource |
| TPlane.TPlane | ( | vtkFloatingPointType | planeSize | ) |
| TPlane.~TPlane | ( | ) | [protected] |
| TPlane.TPlane | ( | const TPlane & | ) | [protected] |
| void TPlane.Set | ( | vtkFloatingPointType | origin[3], |
| vtkFloatingPointType | normal[3] | ||
| ) |
| TPlane.vtkTypeMacro | ( | TPlane | , |
| SALOME_Actor | |||
| ) |
| void TPlane.Init | ( | ) | [protected] |
| void TPlane.operator= | ( | const TPlane & | ) | [protected] |
vtkFloatingPointType TPlane.mySize [private] |
vtkDataSetMapper* TPlane.myMapper [private] |
vtkPlaneSource* TPlane.myPlaneSource [private] |