Home
last modified time | relevance | path

Searched refs:component_no (Results 1 – 11 of 11) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkSplitColumnComponents.cxx179 std::string vtkGetComponentName(vtkAbstractArray* array, int component_no) in vtkGetComponentName() argument
181 const char* name = array->GetComponentName(component_no); in vtkGetComponentName()
186 return vtkDefaultComponentName(component_no, array->GetNumberOfComponents()); in vtkGetComponentName()
192 vtkAbstractArray* array, int component_no) in GetComponentLabel() argument
199 if (component_no == -1) in GetComponentLabel()
205 stream << component_no << ")"; in GetComponentLabel()
211 if (component_no == -1) in GetComponentLabel()
217 stream << component_no; in GetComponentLabel()
223 << vtkGetComponentName(array, component_no).c_str() << ")"; in GetComponentLabel()
229 << vtkGetComponentName(array, component_no).c_str();; in GetComponentLabel()
H A DvtkSplitColumnComponents.h84 vtkStdString GetComponentLabel(vtkAbstractArray* array, int component_no);
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkSplitColumnComponents.cxx200 std::string vtkGetComponentName(vtkAbstractArray* array, int component_no) in vtkGetComponentName() argument
202 const char* name = array->GetComponentName(component_no); in vtkGetComponentName()
207 return vtkDefaultComponentName(component_no, array->GetNumberOfComponents()); in vtkGetComponentName()
212 std::string vtkSplitColumnComponents::GetComponentLabel(vtkAbstractArray* array, int component_no) in GetComponentLabel() argument
219 if (component_no == -1) in GetComponentLabel()
225 stream << component_no << ")"; in GetComponentLabel()
231 if (component_no == -1) in GetComponentLabel()
237 stream << component_no; in GetComponentLabel()
243 << vtkGetComponentName(array, component_no).c_str() << ")"; in GetComponentLabel()
249 << vtkGetComponentName(array, component_no).c_str(); in GetComponentLabel()
H A DvtkSplitColumnComponents.h114 std::string GetComponentLabel(vtkAbstractArray* array, int component_no);
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkSplitColumnComponents.cxx203 std::string vtkGetComponentName(vtkAbstractArray* array, int component_no) in vtkGetComponentName() argument
205 const char* name = array->GetComponentName(component_no); in vtkGetComponentName()
210 return vtkDefaultComponentName(component_no, array->GetNumberOfComponents()); in vtkGetComponentName()
215 std::string vtkSplitColumnComponents::GetComponentLabel(vtkAbstractArray* array, int component_no) in GetComponentLabel() argument
222 if (component_no == -1) in GetComponentLabel()
228 stream << component_no << ")"; in GetComponentLabel()
234 if (component_no == -1) in GetComponentLabel()
240 stream << component_no; in GetComponentLabel()
245 stream << array->GetName() << " (" << vtkGetComponentName(array, component_no).c_str() << ")"; in GetComponentLabel()
250 stream << array->GetName() << "_" << vtkGetComponentName(array, component_no).c_str(); in GetComponentLabel()
H A DvtkSplitColumnComponents.h110 std::string GetComponentLabel(vtkAbstractArray* array, int component_no);
/dports/math/vtk8/VTK-8.2.0/Filters/Extraction/
H A DvtkExtractSelectedIds.cxx667 int component_no = 0; in ExtractCells() local
670 component_no = in ExtractCells()
672 if (component_no >= labelArray->GetNumberOfComponents()) in ExtractCells()
674 component_no = 0; in ExtractCells()
680 vtkESIDeepCopy(sortedArray, labelArray, component_no); in ExtractCells()
869 int component_no = 0; in ExtractPoints() local
872 component_no = in ExtractPoints()
874 if (component_no >= labelArray->GetNumberOfComponents()) in ExtractPoints()
876 component_no = 0; in ExtractPoints()
882 vtkESIDeepCopy(sortedArray, labelArray, component_no); in ExtractPoints()
H A DvtkValueSelector.cxx525 const int component_no = properties->Has(vtkSelectionNode::COMPONENT_NUMBER()) in Initialize() local
533 new vtkInternals(selectionList, assoc, vtkDataSetAttributes::GLOBALIDS, component_no)); in Initialize()
538 new vtkInternals(selectionList, assoc, vtkDataSetAttributes::PEDIGREEIDS, component_no)); in Initialize()
574 …ternals.reset(new vtkInternals(selectionList, assoc, vtkDataSetAttributes::SCALARS, component_no)); in Initialize()
578 …s->Internals.reset(new vtkInternals(selectionList, assoc, selectionList->GetName(), component_no)); in Initialize()
/dports/math/vtk6/VTK-6.2.0/Filters/Extraction/
H A DvtkExtractSelectedIds.cxx677 int component_no = 0; in ExtractCells() local
680 component_no = in ExtractCells()
682 if (component_no >= labelArray->GetNumberOfComponents()) in ExtractCells()
684 component_no = 0; in ExtractCells()
690 vtkESIDeepCopy(sortedArray, labelArray, component_no); in ExtractCells()
879 int component_no = 0; in ExtractPoints() local
882 component_no = in ExtractPoints()
884 if (component_no >= labelArray->GetNumberOfComponents()) in ExtractPoints()
886 component_no = 0; in ExtractPoints()
892 vtkESIDeepCopy(sortedArray, labelArray, component_no); in ExtractPoints()
/dports/math/vtk9/VTK-9.1.0/Filters/Extraction/
H A DvtkExtractSelectedIds.cxx669 int component_no = 0; in ExtractCells() local
672 component_no = sel->GetProperties()->Get(vtkSelectionNode::COMPONENT_NUMBER()); in ExtractCells()
673 if (component_no >= labelArray->GetNumberOfComponents()) in ExtractCells()
675 component_no = 0; in ExtractCells()
680 vtkESIDeepCopy(sortedArray, labelArray, component_no); in ExtractCells()
860 int component_no = 0; in ExtractPoints() local
863 component_no = sel->GetProperties()->Get(vtkSelectionNode::COMPONENT_NUMBER()); in ExtractPoints()
864 if (component_no >= labelArray->GetNumberOfComponents()) in ExtractPoints()
866 component_no = 0; in ExtractPoints()
871 vtkESIDeepCopy(sortedArray, labelArray, component_no); in ExtractPoints()
H A DvtkValueSelector.cxx521 const int component_no = properties->Has(vtkSelectionNode::COMPONENT_NUMBER()) in Initialize() local
529 new vtkInternals(selectionList, assoc, vtkDataSetAttributes::GLOBALIDS, component_no)); in Initialize()
534 new vtkInternals(selectionList, assoc, vtkDataSetAttributes::PEDIGREEIDS, component_no)); in Initialize()
571 new vtkInternals(selectionList, assoc, vtkDataSetAttributes::SCALARS, component_no)); in Initialize()
576 new vtkInternals(selectionList, assoc, selectionList->GetName(), component_no)); in Initialize()