------------------------------------------------------------------------------ Don't do reference counting
| 28 | //------------------------------------------------------------------------------ |
| 29 | // Don't do reference counting |
| 30 | void vtkAssemblyNode::SetViewProp(vtkProp* prop) |
| 31 | { |
| 32 | this->ViewProp = prop; |
| 33 | } |
| 34 | |
| 35 | //------------------------------------------------------------------------------ |
| 36 | void vtkAssemblyNode::SetMatrix(vtkMatrix4x4* matrix) |
no outgoing calls
no test coverage detected