Example #1
0
// int ProcessRequest(vtkInformation * request, vtkCollection * inInfo, vtkInformationVector * outInfo)
// "int ProcessRequest(vtkInformation* request, vtkCollection* inInfo, vtkInformationVector* outInfo)"
        public int ProcessRequest(vtkInformation /*(vtkInformation*)*/ request, vtkCollection /*(vtkCollection*)*/ inInfo, vtkInformationVector /*(vtkInformationVector*)*/ outInfo)
        {
            ReturnPointer returnPointer = new ReturnPointer(new int());

            VTK_API.API_vtkAlgorithm.ProcessRequest_1(returnPointer.GetPtr(), this, request, inInfo, outInfo);
            return((int)returnPointer);
        }
Example #2
0
// void CaptureGL2PSSpecialProps(vtkCollection * specialProps)
// "void CaptureGL2PSSpecialProps(vtkCollection *specialProps)"
        public void CaptureGL2PSSpecialProps(vtkCollection /*(vtkCollection*)*/ specialProps)
        {
            VTK_API.API_vtkRenderWindow.CaptureGL2PSSpecialProps_0(this, specialProps);
        }
Example #3
0
// virtual void SetCollection(vtkCollection * ARG_0)
// "virtual void SetCollection(vtkCollection*)"
        public void SetCollection(vtkCollection /*(vtkCollection*)*/ ARG_0)
        {
            VTK_API.API_vtkCollectionIterator.SetCollection_0(this, ARG_0);
        }