| 42 | } |
| 43 | |
| 44 | void vtkMaskedGlyph3D::SetInputConnection(vtkAlgorithmOutput *input) |
| 45 | { |
| 46 | this->MaskPoints->SetInputConnection(input); |
| 47 | this->Superclass::SetInputConnection(this->MaskPoints->GetOutputPort()); |
| 48 | } |
| 49 | |
| 50 | void vtkMaskedGlyph3D::SetRandomMode(int mode) |
| 51 | { |
no outgoing calls