20 #ifndef _SMDS_VTKFACE_HXX_
21 #define _SMDS_VTKFACE_HXX_
26 #include <vtkUnstructuredGrid.h>
35 void init(
const std::vector<vtkIdType>& nodeIds,
SMDS_Mesh* mesh);
36 void initPoly(
const std::vector<vtkIdType>& nodeIds,
SMDS_Mesh* mesh);
37 void initQuadPoly(
const std::vector<vtkIdType>& nodeIds,
SMDS_Mesh* mesh);
42 virtual void Print(std::ostream & OS)
const;
54 virtual bool IsPoly()
const;