|
VTKM_CONT | UncertainCellSet ()=default |
|
template<typename CellSetType > |
VTKM_CONT | UncertainCellSet (const CellSetType &cellSet) |
|
VTKM_CONT | UncertainCellSet (const vtkm::cont::UnknownCellSet &src) |
|
template<typename OtherCellSetList > |
VTKM_CONT | UncertainCellSet (const UncertainCellSet< OtherCellSetList > &src) |
|
VTKM_CONT Thisclass | NewInstance () const |
| Create a new cell set of the same type as this. More...
|
|
template<typename Functor , typename... Args> |
VTKM_CONT void | CastAndCall (Functor &&functor, Args &&... args) const |
| Call a functor using the underlying cell set type. More...
|
|
VTKM_CONT | UnknownCellSet ()=default |
|
template<typename CellSetType > |
VTKM_CONT | UnknownCellSet (const CellSetType &cellSet) |
|
VTKM_CONT bool | IsValid () const |
| Returns whether a cell set is stored in this UnknownCellSet . More...
|
|
VTKM_CONT vtkm::cont::CellSet * | GetCellSetBase () |
| Returns a pointer to the CellSet base class. More...
|
|
const VTKM_CONT vtkm::cont::CellSet * | GetCellSetBase () const |
|
VTKM_CONT UnknownCellSet | NewInstance () const |
| Create a new cell set of the same type as this cell set. More...
|
|
VTKM_CONT std::string | GetCellSetName () const |
| Returns the name of the cell set type stored in this class. More...
|
|
template<typename CellSetType > |
VTKM_CONT bool | IsType () const |
| Returns true if this cell set matches the CellSetType template argument. More...
|
|
VTKM_CONT vtkm::Id | GetNumberOfCells () const |
|
VTKM_CONT vtkm::Id | GetNumberOfFaces () const |
|
VTKM_CONT vtkm::Id | GetNumberOfEdges () const |
|
VTKM_CONT vtkm::Id | GetNumberOfPoints () const |
|
VTKM_CONT vtkm::UInt8 | GetCellShape (vtkm::Id id) const |
|
VTKM_CONT vtkm::IdComponent | GetNumberOfPointsInCell (vtkm::Id id) const |
|
VTKM_CONT void | GetCellPointIds (vtkm::Id id, vtkm::Id *ptids) const |
|
VTKM_CONT void | DeepCopyFrom (const CellSet *src) |
|
VTKM_CONT void | PrintSummary (std::ostream &os) const |
|
VTKM_CONT void | ReleaseResourcesExecution () |
|
template<typename CellSetType > |
VTKM_CONT bool | CanConvert () const |
| Returns true if this cell set can be retrieved as the given type. More...
|
|
template<typename CellSetList > |
VTKM_CONT vtkm::cont::UncertainCellSet< CellSetList > | ResetCellSetList (CellSetList) const |
| Assigns potential cell set types. More...
|
|
template<typename CellSetList > |
VTKM_CONT vtkm::cont::UncertainCellSet< CellSetList > | ResetCellSetList () const |
|
template<typename CellSetList , typename Functor , typename... Args> |
VTKM_CONT void | CastAndCallForTypes (Functor &&functor, Args &&... args) const |
| Call a functor using the underlying cell set type. More...
|
|
template<typename NewCellSetList > |
VTKM_CONT vtkm::cont::UncertainCellSet< NewCellSetList > | ResetCellSetList (NewCellSetList) const |
|
template<typename NewCellSetList > |
VTKM_CONT vtkm::cont::UncertainCellSet< NewCellSetList > | ResetCellSetList () const |
|
template<typename CellSetType > |
VTKM_CONT void | AsCellSet (CellSetType &cellSet) const |
| Get the cell set as a known type. More...
|
|
template<typename CellSetType > |
VTKM_CONT CellSetType | AsCellSet () const |
| Get the cell set as a known type. More...
|
|