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

Method GetArrayComponent

Filters/Sources/vtkSelectionSource.cxx:584–592  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

582
583//------------------------------------------------------------------------------
584int vtkSelectionSource::GetArrayComponent(unsigned int nodeId)
585{
586 if (nodeId >= this->NodesInfo.size())
587 {
588 vtkErrorMacro("Invalid node id: " << nodeId);
589 return 0;
590 }
591 return this->NodesInfo[nodeId]->ArrayComponent;
592}
593
594//------------------------------------------------------------------------------
595void vtkSelectionSource::SetCompositeIndex(unsigned int nodeId, int index)

Callers 14

WriteAnActorMethod · 0.80
WriteAPieceMethod · 0.80
WriteColorsMethod · 0.80
CacheMapperStateMethod · 0.80
RenderMethod · 0.80
PrepareHelperMethod · 0.80
ShallowCopyMethod · 0.80
PrepareColormapMethod · 0.80
ShallowCopyMethod · 0.80
GetArrayComponentFunction · 0.80
operator()Method · 0.80
ContourImageFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected