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

Method SetContentType

Common/DataModel/vtkSelectionNode.cxx:196–199  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

194
195//------------------------------------------------------------------------------
196void vtkSelectionNode::SetContentType(int type)
197{
198 this->GetProperties()->Set(vtkSelectionNode::CONTENT_TYPE(), type);
199}
200
201//------------------------------------------------------------------------------
202int vtkSelectionNode::GetContentType()

Callers 15

XdmfSubsetToVTKMethod · 0.45
RequestDataMethod · 0.45
SaveTileMeshMethod · 0.45
ExtractCellsMethod · 0.45
MakeSelectionMethod · 0.45
ConvertSelectionMethod · 0.45
GenerateSelectionMethod · 0.45

Calls 1

SetMethod · 0.45

Tested by 5

TestSelectionSubtractFunction · 0.36
GetFilterSelectionFunction · 0.36
TestExtractSelectedTreeFunction · 0.36
TestExtractSelectedGraphFunction · 0.36