Skip to content

Commit 5ae5889

Browse files
Tom O'ReillyTom O'Reilly
authored andcommitted
prettifed
1 parent dd2de1e commit 5ae5889

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/qt-guilib/TopoDataItem.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ namespace mb_system {
117117

118118
contourLabelActor_->SetMapper(contourLabelMapper_);
119119
}
120+
120121
/// Declare static New() method expected by VTK factory classes
121122
static Pipeline* New();
122123
vtkTypeMacro(Pipeline, vtkObject);
@@ -166,7 +167,8 @@ namespace mb_system {
166167
vtkNew<vtkCubeAxesActor> axesActor_;
167168
vtkNew<vtkNamedColors>colors_;
168169
bool firstRender_ = true;
169-
};
170+
}; // end Pipeline
171+
170172
/// Color surface by this scalar value
171173
enum class ColoredScalar : int {
172174
Elevation,

0 commit comments

Comments
 (0)