MCPcopy Create free account
hub / github.com/Kitware/VTK / GetDataObjectType

Method GetDataObjectType

Common/DataModel/vtkGenericDataSet.cxx:209–212  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Return the type of data object.

Source from the content-addressed store, hash-verified

207// Description:
208// Return the type of data object.
209int vtkGenericDataSet::GetDataObjectType() VTK_FUTURE_CONST
210{
211 return VTK_GENERIC_DATA_SET;
212}
213
214//------------------------------------------------------------------------------
215vtkGenericDataSet* vtkGenericDataSet::GetData(vtkInformation* info)

Callers 15

WriteDataObjectMethod · 0.80
WriteDataInternalMethod · 0.80
WriteActorMethod · 0.80
WriteAnActorMethod · 0.80
WriteActorMethod · 0.80
WriteAnActorMethod · 0.80
WriteAnActorMethod · 0.80
WriteAnActorMethod · 0.80
WriteInternalMethod · 0.80
FillDataTypesMethod · 0.80
GetElementCountsFunction · 0.80

Calls

no outgoing calls

Tested by 1

MergeBlocksIfNeededMethod · 0.64