VTK  9.1.0
Public Member Functions | List of all members
vtkCellArray_detail::InsertNextCellImpl Struct Reference

#include <vtkCellArray.h>

Public Member Functions

template<typename CellStateT >
vtkIdType operator() (CellStateT &state, const vtkIdType npts, const vtkIdType pts[])
 
template<typename CellStateT >
vtkIdType operator() (CellStateT &state, const vtkIdType npts)
 

Detailed Description

Definition at line 1456 of file vtkCellArray.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename CellStateT >
vtkIdType vtkCellArray_detail::InsertNextCellImpl::operator() ( CellStateT &  state,
const vtkIdType  npts,
const vtkIdType  pts[] 
)
inline

Definition at line 1460 of file vtkCellArray.h.

◆ operator()() [2/2]

template<typename CellStateT >
vtkIdType vtkCellArray_detail::InsertNextCellImpl::operator() ( CellStateT &  state,
const vtkIdType  npts 
)
inline

Definition at line 1480 of file vtkCellArray.h.


The documentation for this struct was generated from the following file: