#include <VISU_SelectVisiblePoints.h>

Public Member Functions | |
| vtkTypeMacro (VISU_SelectVisiblePoints, vtkSelectVisiblePoints) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkSetVector3Macro (Offset, double) | |
| vtkGetVectorMacro (Offset, double, 4) | |
Static Public Member Functions | |
| static VISU_SelectVisiblePoints * | New () |
Protected Member Functions | |
| VISU_SelectVisiblePoints () | |
| ~VISU_SelectVisiblePoints () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
| double | Offset [3] |
Private Member Functions | |
| VISU_SelectVisiblePoints (const VISU_SelectVisiblePoints &) | |
| void | operator= (const VISU_SelectVisiblePoints &) |
| VISU_SelectVisiblePoints::VISU_SelectVisiblePoints | ( | ) | [protected] |
References Offset.
| VISU_SelectVisiblePoints::~VISU_SelectVisiblePoints | ( | ) | [protected] |
| VISU_SelectVisiblePoints.VISU_SelectVisiblePoints | ( | const VISU_SelectVisiblePoints & | ) | [private] |
| VISU_SelectVisiblePoints.vtkTypeMacro | ( | VISU_SelectVisiblePoints | , |
| vtkSelectVisiblePoints | |||
| ) |
| void VISU_SelectVisiblePoints::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
| static VISU_SelectVisiblePoints* VISU_SelectVisiblePoints.New | ( | ) | [static] |
| VISU_SelectVisiblePoints.vtkSetVector3Macro | ( | Offset | , |
| double | |||
| ) |
| VISU_SelectVisiblePoints.vtkGetVectorMacro | ( | Offset | , |
| double | , | ||
| 4 | |||
| ) |
| virtual int VISU_SelectVisiblePoints.RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
| void VISU_SelectVisiblePoints.operator= | ( | const VISU_SelectVisiblePoints & | ) | [private] |
double VISU_SelectVisiblePoints.Offset[3] [protected] |