Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/ThirdParty/fides/vtkfides/fides/
H A DCellSet.h115 struct CellSetExplicit : public CellSetBase struct
137 std::unique_ptr<Array> CellTypes = nullptr;
138 std::unique_ptr<Array> NumberOfVertices = nullptr;
139 std::unique_ptr<Array> Connectivity = nullptr;
140 std::vector<vtkm::cont::UnknownArrayHandle> CellTypesArrays;
141 std::vector<vtkm::cont::UnknownArrayHandle> NumberOfVerticesArrays;
142 std::vector<vtkm::cont::UnknownArrayHandle> ConnectivityArrays;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DCellSetExplicit.cxx19 template class VTKM_CONT_EXPORT CellSetExplicit<>; // default variable
21 CellSetExplicit<typename vtkm::cont::ArrayHandleConstant<vtkm::UInt8>::StorageTag, variable
H A DCellSetExplicit.hxx33 CellSetExplicit<SST, CST, OST>::CellSetExplicit() in CellSetExplicit() function in vtkm::cont::CellSetExplicit
41 CellSetExplicit<SST, CST, OST>::CellSetExplicit(const Thisclass& src) in CellSetExplicit() function in vtkm::cont::CellSetExplicit
49 CellSetExplicit<SST, CST, OST>::CellSetExplicit(Thisclass &&src) noexcept in CellSetExplicit() function in vtkm::cont::CellSetExplicit
H A DCastAndCall.h35 class CellSetExplicit; variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DCellSetExplicit.cxx29 template class VTKM_CONT_EXPORT CellSetExplicit<>; // default variable
31 CellSetExplicit<typename vtkm::cont::ArrayHandleConstant<vtkm::UInt8>::StorageTag, variable
H A DCellSetExplicit.hxx35 OffsetsStorageTag>::CellSetExplicit(const std::string& name) in CellSetExplicit() function in vtkm::cont::CellSetExplicit
48 OffsetsStorageTag>::CellSetExplicit(const Thisclass& src) in CellSetExplicit() function in vtkm::cont::CellSetExplicit
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/internal/
H A DDynamicTransform.h43 class CellSetExplicit; variable