Home
last modified time | relevance | path

Searched defs:GetPointDimensions (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_augmented/
H A DTypes.h259 struct GetPointDimensions struct
267 vtkm::Id2 pointDimensions2D = cells.GetPointDimensions(); in operator() argument
274 pointDimensions = cells.GetPointDimensions(); in operator() argument
280 void operator()(const T&, vtkm::Id3&) const in operator()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DCellSetStructured.h74 SchedulingRangeType GetPointDimensions() const { return this->Structure.GetPointDimensions(); } in GetPointDimensions() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/internal/
H A DConnectivityStructuredInternals.h51 vtkm::Id GetPointDimensions() const { return this->PointDimensions; } in GetPointDimensions() function
164 const vtkm::Id2& GetPointDimensions() const { return this->PointDimensions; } in GetPointDimensions() function
327 const vtkm::Id3& GetPointDimensions() const { return this->PointDimensions; } in GetPointDimensions() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/internal/
H A DConnectivityStructuredInternals.h44 vtkm::Id GetPointDimensions() const { return this->PointDimensions; } in GetPointDimensions() function
164 const vtkm::Id2& GetPointDimensions() const { return this->PointDimensions; } in GetPointDimensions() function
334 const vtkm::Id3& GetPointDimensions() const { return this->PointDimensions; } in GetPointDimensions() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/
H A DConnectivityStructured.h117 vtkm::Vec<vtkm::Id, Dimension> GetPointDimensions() const in GetPointDimensions() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/
H A DConnectivityStructured.h105 vtkm::Vec<vtkm::Id, Dimension> GetPointDimensions() const in GetPointDimensions() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DCellSetStructured.h60 SchedulingRangeType GetPointDimensions() const { return this->Structure.GetPointDimensions(); } in GetPointDimensions() function