Beispiel #1
0
// void RemoveClippingPlane(vtkPlane * plane)
// "void RemoveClippingPlane(vtkPlane *plane)"
        public void RemoveClippingPlane(vtkPlane /*(vtkPlane*)*/ plane)
        {
            VTK_API.API_vtkAbstractMapper.RemoveClippingPlane_0(this, plane);
        }
Beispiel #2
0
// void AddItem(vtkPlane * ARG_0)
// "void AddItem(vtkPlane *)"
        public void AddItem(vtkPlane /*(vtkPlane*)*/ ARG_0)
        {
            VTK_API.API_vtkPlaneCollection.AddItem_0(this, ARG_0);
        }
Beispiel #3
0
// void GetPlane(int i, vtkPlane * plane)
// "void GetPlane(int i, vtkPlane *plane)"
        public void GetPlane(int /*(int)*/ i, vtkPlane /*(vtkPlane*)*/ plane)
        {
            VTK_API.API_vtkPlanes.GetPlane_1(this, i, plane);
        }