| 36 | } |
| 37 | |
| 38 | void vtkMaskedGlyph2D::SetInput(vtkDataSet *input) |
| 39 | { |
| 40 | this->MaskPoints->SetInputData(input); |
| 41 | this->Superclass::SetInputConnection(this->MaskPoints->GetOutputPort()); |
| 42 | } |
| 43 | |
| 44 | void vtkMaskedGlyph2D::SetRandomMode(int mode) |
| 45 | { |
no outgoing calls