We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2de1e commit 5ae5889Copy full SHA for 5ae5889
1 file changed
src/qt-guilib/TopoDataItem.h
@@ -117,6 +117,7 @@ namespace mb_system {
117
118
contourLabelActor_->SetMapper(contourLabelMapper_);
119
}
120
+
121
/// Declare static New() method expected by VTK factory classes
122
static Pipeline* New();
123
vtkTypeMacro(Pipeline, vtkObject);
@@ -166,7 +167,8 @@ namespace mb_system {
166
167
vtkNew<vtkCubeAxesActor> axesActor_;
168
vtkNew<vtkNamedColors>colors_;
169
bool firstRender_ = true;
- };
170
+ }; // end Pipeline
171
172
/// Color surface by this scalar value
173
enum class ColoredScalar : int {
174
Elevation,
0 commit comments