Public Member Functions | |
Sphere (double Xc, double Yc, double Zc, double Radius, char const *Color=NULL, double Opacity=1.0, int ThetaRes=20, int PhiRes=20) | |
~Sphere () | |
vtkActor * | GetActor () |
vtkAlgorithmOutput * | GetOutputPort () |
vtkSphereSource * | GetObject () |
Private Attributes | |
vtkSphereSource * | _sphere |
vtkPolyDataMapper * | _sphere_mapper |
vtkActor * | _sphere_actor |
Friends | |
std::ostream & | operator<< (std::ostream &os, Sphere const &hh) |
Definition at line 33 of file sphere.h.