------------------------------------------------------------------------------
| 144 | |
| 145 | //------------------------------------------------------------------------------ |
| 146 | void vtkTextActorInterfaceInternal::SetPosition(double pos[3]) |
| 147 | { |
| 148 | this->VectorFollower->SetPosition(pos); |
| 149 | this->RasterFollower->SetPosition(pos); |
| 150 | } |
| 151 | |
| 152 | //------------------------------------------------------------------------------ |
| 153 | void vtkTextActorInterfaceInternal::SetDisplayPosition(double x, double y) |
no outgoing calls