Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkPolyData Member List
This is the complete list of members for vtkPolyData, including all inherited members.
- AddCellReference(int cellId)
[inline]
- AddObserver(unsigned long event, vtkCommand *)
- AddObserver(const char *event, vtkCommand *)
- AddReferenceToCell(int ptId, int cellId)
- Allocate(int numCells=1000, int extSize=1000)
- Bounds
[protected]
- BreakOnError()
[static]
- BuildCells()
- BuildLinks()
- CellData
[protected]
- Cells
[protected]
- Center
[protected]
- ComputeBounds()
[virtual]
- ComputeEstimatedPipelineMemorySize(unsigned long sizes[3])
- ComputeTime
[protected]
- CopyCells(vtkPolyData *pd, vtkIdList *idList, vtkPointLocator *locator=NULL)
- CopyInformation(vtkDataObject *data)
- CopyStructure(vtkDataSet *ds)
[virtual]
- CopyTypeSpecificInformation(vtkDataObject *data)
[inline, virtual]
- DataHasBeenGenerated()
- DataReleased
[protected]
- Debug
[protected]
- DebugOff()
[virtual]
- DebugOn()
[virtual]
- DeepCopy(vtkDataObject *src)
[virtual]
- Delete()
[virtual]
- DeleteCell(int cellId)
[inline]
- DeleteCells()
- DeleteLinks()
- DeletePoint(int ptId)
[inline]
- Dummy
[protected, static]
- EmptyCell
[protected]
- EstimatedWholeMemorySize
[protected]
- Extent
[protected]
- ExtentTranslator
[protected]
- FieldData
[protected]
- FindAndGetCell(float x[3], vtkCell *cell, int cellId, float tol2, int &subId, float pcoords[3], float *weights)
[virtual]
- FindCell(float x[3], vtkCell *cell, int cellId, float tol2, int &subId, float pcoords[3], float *weights)
[virtual]
- FindCell(float x[3], vtkCell *cell, vtkGenericCell *gencell, int cellId, float tol2, int &subId, float pcoords[3], float *weights)
[virtual]
- FindPoint(float x[3])
[virtual]
- FindPoint(float x, float y, float z)
[inline]
- GetActualMemorySize()
[virtual]
- GetBounds()
- GetBounds(float bounds[6])
- GetCell(int cellId)
[virtual]
- GetCell(int cellId, vtkGenericCell *cell)
[virtual]
- GetCellBounds(int cellId, float bounds[6])
[virtual]
- GetCellData()
[inline]
- GetCellEdgeNeighbors(int cellId, int p1, int p2, vtkIdList *cellIds)
- GetCellEdgeNeighbors(int cellId, int p1, int p2, vtkIdList &cellIds)
[inline]
- GetCellNeighbors(int cellId, vtkIdList *ptIds, vtkIdList *cellIds)
[virtual]
- GetCellNeighbors(int cellId, vtkIdList &ptIds, vtkIdList &cellIds) (defined in vtkPolyData)
[inline, private]
- GetCellPoints(int cellId, vtkIdList *ptIds)
[virtual]
- GetCellPoints(int cellId, int &npts, int *&pts)
- GetCellPoints(int cellId, vtkIdList &ptIds)
[inline]
- GetCellType(int cellId)
[virtual]
- GetCellTypes(vtkCellTypes *types)
[virtual]
- GetCenter()
- GetCenter(float center[3])
- GetClassName()
[virtual]
- GetCommand(unsigned long tag)
- GetDataObjectType()
[inline, virtual]
- GetDataReleased()
[virtual]
- GetDataSetType()
[inline, virtual]
- GetDebug()
- GetEstimatedMemorySize()
[virtual]
- GetEstimatedPipelineMemorySize()
- GetExtentTranslator()
- GetExtentType()
[inline, protected, virtual]
- GetFieldData()
[virtual]
- GetGhostLevel()
[virtual]
- GetGlobalReleaseDataFlag()
[static]
- GetGlobalWarningDisplay()
[static]
- GetLength()
- GetLines()
- GetLocality()
[virtual]
- GetMaxCellSize()
[virtual]
- GetMTime()
[virtual]
- GetNetReferenceCount()
[virtual]
- GetNumberOfCells()
[virtual]
- GetNumberOfLines()
- GetNumberOfPieces()
[virtual]
- GetNumberOfPoints()
[inline, virtual]
- GetNumberOfPolys()
- GetNumberOfStrips()
- GetNumberOfVerts()
- GetPiece()
[virtual]
- GetPipelineMTime()
[virtual]
- GetPoint(int ptId)
[inline, virtual]
- GetPoint(int ptId, float x[3])
[inline, virtual]
- GetPointCells(int ptId, vtkIdList *cellIds)
[virtual]
- GetPointCells(int ptId, unsigned short &ncells, int *&cells)
[inline]
- GetPointCells(int ptId, vtkIdList &cellIds)
[inline]
- GetPointData()
[inline]
- GetPoints()
[virtual]
- GetPolys()
- GetReferenceCount()
[inline]
- GetReleaseDataFlag()
[virtual]
- GetScalarRange(float range[2])
- GetScalarRange()
- GetSource()
[virtual]
- GetStrips()
- GetUpdateExtent(int &piece, int &numPieces, int &ghostLevel)
- GetUpdateExtent()
[virtual]
- GetUpdateExtent(int &, int &, int &, int &, int &, int &)
[virtual]
- GetUpdateExtent(int[6])
[virtual]
- GetUpdateGhostLevel()
[virtual]
- GetUpdateNumberOfPieces()
[virtual]
- GetUpdatePiece()
[virtual]
- GetUpdateTime()
- GetVerts()
- GetWholeExtent()
[virtual]
- GetWholeExtent(int &, int &, int &, int &, int &, int &)
[virtual]
- GetWholeExtent(int[6])
[virtual]
- GhostLevel
[protected]
- GlobalReleaseDataFlagOff()
[inline]
- GlobalReleaseDataFlagOn()
[inline]
- GlobalWarningDisplayOff()
[inline, static]
- GlobalWarningDisplayOn()
[inline, static]
- HasObserver(unsigned long event)
- HasObserver(const char *event)
- Initialize()
[virtual]
- InsertNextCell(int type, int npts, int *pts)
- InsertNextCell(int type, vtkIdList *pts)
- InsertNextCell(int type, vtkIdList &pts)
[inline]
- InsertNextLinkedCell(int type, int npts, int *pts)
- InsertNextLinkedPoint(float x[3], int numLinks)
- InvokeEvent(unsigned long event, void *callData)
- InvokeEvent(const char *event, void *callData)
- IsA(const char *type)
[virtual]
- IsEdge(int v1, int v2)
[inline]
- IsPointUsedByCell(int ptId, int cellId)
[inline]
- IsTriangle(int v1, int v2, int v3)
[inline]
- IsTypeOf(const char *type)
[static]
- LastUpdateExtentWasOutsideOfTheExtent
[protected]
- Line
[protected]
- Lines
[protected]
- Links
[protected]
- Locality
[protected]
- Locator
[protected]
- MakeObject()
[inline, virtual]
- Modified()
[inline, virtual]
- MTime
[protected]
- New()
[static]
- NumberOfPieces
[protected]
- operator=(const vtkPolyData &)
[inline, protected]
- vtkPointSet::operator=(const vtkPointSet &)
[inline]
- vtkDataSet::operator=(const vtkDataSet &)
[inline]
- vtkDataObject::operator=(const vtkDataObject &)
[inline]
- vtkObject::operator=(const vtkObject &)
[inline]
- Piece
[protected]
- PipelineMTime
[protected]
- PointData
[protected]
- Points
[protected]
- Polygon
[protected]
- PolyLine
[protected]
- Polys
[protected]
- PolyVertex
[protected]
- PrepareForNewData()
[inline, virtual]
- Print(ostream &os)
- PrintHeader(ostream &os, vtkIndent indent)
[virtual]
- PrintSelf(ostream &os, vtkIndent indent)
[virtual]
- PrintTrailer(ostream &os, vtkIndent indent)
[virtual]
- PropagateUpdateExtent()
[virtual]
- Quad
[protected]
- ReferenceCount
[protected]
- Register(vtkObject *o)
- ReleaseData()
- ReleaseDataFlag
[protected]
- ReleaseDataFlagOff()
[virtual]
- ReleaseDataFlagOn()
[virtual]
- RemoveCellReference(int cellId)
[inline]
- RemoveObserver(unsigned long tag)
- RemoveReferenceToCell(int ptId, int cellId)
- ReplaceCell(int cellId, int npts, int *pts)
- ReplaceCellPoint(int cellId, int oldPtId, int newPtId)
[inline]
- ReplaceLinkedCell(int cellId, int npts, int *pts)
- Reset()
- ResizeCellList(int ptId, int size)
[inline]
- ReverseCell(int cellId)
- SafeDownCast(vtkObject *o)
[static]
- ScalarRange
[protected]
- SetDebug(unsigned char debugFlag)
- SetExtentTranslator(vtkExtentTranslator *translator)
- SetFieldData(vtkFieldData *)
[virtual]
- SetGlobalReleaseDataFlag(int val)
[static]
- SetGlobalWarningDisplay(int val)
[static]
- SetLines(vtkCellArray *l)
- SetLocality(float)
[virtual]
- SetPipelineMTime(unsigned long time)
[inline]
- SetPoints(vtkPoints *)
[virtual]
- SetPolys(vtkCellArray *p)
- SetReferenceCount(int)
- SetReleaseDataFlag(int)
[virtual]
- SetSource(vtkSource *s)
- SetStrips(vtkCellArray *s)
- SetUpdateExtent(int piece, int numPieces, int ghostLevel)
- SetUpdateExtent(int piece, int numPieces)
[inline]
- SetUpdateExtent(int x1, int x2, int y1, int y2, int z1, int z2)
[inline, virtual]
- SetUpdateExtent(int ext[6])
[inline, virtual]
- vtkPointSet::SetUpdateExtent(int vtkNotUsed(piece), int vtkNotUsed(numPieces), int vtkNotUsed(ghostLevel))
[inline, virtual]
- SetUpdateExtentToWholeExtent()
- SetUpdateGhostLevel(int level)
- SetUpdateNumberOfPieces(int num)
- SetUpdatePiece(int piece)
- SetVerts(vtkCellArray *v)
- SetWholeExtent(int, int, int, int, int, int)
[virtual]
- SetWholeExtent(int[6])
[virtual]
- ShallowCopy(vtkDataObject *src)
[virtual]
- ShouldIReleaseData()
- Source
[protected]
- Squeeze()
[virtual]
- Strips
[protected]
- SubjectHelper
[protected]
- Triangle
[protected]
- TriangleStrip
[protected]
- TriggerAsynchronousUpdate()
[virtual]
- UnRegister(vtkObject *o)
[virtual]
- Update()
[virtual]
- UpdateData()
[virtual]
- UpdateExtent
[protected]
- UpdateExtentInitialized
[protected]
- UpdateExtentIsEmpty()
[protected]
- UpdateExtentIsOutsideOfTheExtent()
[protected]
- UpdateGhostLevel
[protected]
- UpdateInformation()
[virtual]
- UpdateNumberOfPieces
[protected]
- UpdatePiece
[protected]
- UpdateTime
[protected]
- VerifyUpdateExtent()
[protected, virtual]
- Vertex
[protected]
- Verts
[protected]
- vtkDataObject()
[protected]
- vtkDataObject(const vtkDataObject &)
[inline, protected]
- vtkDataSet()
[protected]
- vtkDataSet(const vtkDataSet &)
[inline, protected]
- vtkObject()
[protected]
- vtkObject(const vtkObject &)
[inline, protected]
- vtkPointSet()
[protected]
- vtkPointSet(const vtkPointSet &)
[inline, protected]
- vtkPolyData()
[protected]
- vtkPolyData(const vtkPolyData &)
[inline, protected]
- WholeExtent
[protected]
- ~vtkDataObject()
[protected]
- ~vtkDataSet()
[protected]
- ~vtkObject()
[protected, virtual]
- ~vtkPointSet()
[protected]
- ~vtkPolyData()
[protected]
Generated on Wed Nov 21 12:57:37 2001 for VTK by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001