11 #ifndef vtk_m_filter_contour_Contour_h
12 #define vtk_m_filter_contour_Contour_h
39 VTKM_CONT void SetComputeFastNormalsForStructured(
bool on) { this->SetComputeFastNormals(on); }
41 VTKM_CONT bool GetComputeFastNormalsForStructured()
const
43 return this->GetComputeFastNormals();
47 VTKM_CONT void SetComputeFastNormalsForUnstructured(
bool on) { this->SetComputeFastNormals(on); }
49 VTKM_CONT bool GetComputeFastNormalsForUnstructured()
const
51 return this->GetComputeFastNormals();
62 #endif // vtk_m_filter_contour_Contour_h