mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
Coding - Fixing warning for Clang #209
Update CMake flags and override methods for improved compatibility Enhance build configurations and improve code quality with compiler flags
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
vtkTypeMacro(IVtkTools_DisplayModeFilter,IVtkTools_SubPolyDataFilter)
|
||||
|
||||
static IVtkTools_DisplayModeFilter *New();
|
||||
void PrintSelf (std::ostream& os, vtkIndent indent);
|
||||
void PrintSelf (std::ostream& os, vtkIndent indent) Standard_OVERRIDE;
|
||||
|
||||
//! Set display mode to define cells types to be passed through this filter.
|
||||
void SetDisplayMode (const IVtk_DisplayMode aMode);
|
||||
|
@@ -35,7 +35,7 @@ public:
|
||||
vtkTypeMacro(IVtkTools_SubPolyDataFilter,vtkPolyDataAlgorithm)
|
||||
|
||||
static IVtkTools_SubPolyDataFilter *New();
|
||||
void PrintSelf (std::ostream& theOs, vtkIndent theIndent);
|
||||
void PrintSelf (std::ostream& theOs, vtkIndent theIndent) Standard_OVERRIDE;
|
||||
|
||||
//! Set ids to be passed through this filter.
|
||||
void SetData(const IVtk_IdTypeMap theSet);
|
||||
|
Reference in New Issue
Block a user