ENH: Consistency updates after Foundation merge and code tidying

This commit is contained in:
Andrew Heather
2016-04-25 16:46:56 +01:00
parent d3157ac905
commit b9313ef2fe
242 changed files with 923 additions and 1080 deletions

View File

@ -99,7 +99,7 @@ protected:
renderModeType renderMode_;
//- Opacity
autoPtr<DataEntry<scalar> > opacity_;
autoPtr<DataEntry<scalar>> opacity_;
//- Reference to the colours
const HashPtrTable<DataEntry<vector>, word>& colours_;

View File

@ -92,7 +92,7 @@ protected:
scalar tubeRadius_;
//- Line colour
autoPtr<DataEntry<vector> > lineColour_;
autoPtr<DataEntry<vector>> lineColour_;
// Protected Member Functions

View File

@ -90,7 +90,7 @@ protected:
scalar maxGlyphLength_;
//- Point colour
autoPtr<DataEntry<vector> > pointColour_;
autoPtr<DataEntry<vector>> pointColour_;
// Protected Member Functions

View File

@ -108,19 +108,19 @@ protected:
modeType mode_;
//- Position
autoPtr<DataEntry<point> > cameraPosition_;
autoPtr<DataEntry<point>> cameraPosition_;
//- Focal point
autoPtr<DataEntry<point> > cameraFocalPoint_;
autoPtr<DataEntry<point>> cameraFocalPoint_;
//- Up direction
autoPtr<DataEntry<vector> > cameraUp_;
autoPtr<DataEntry<vector>> cameraUp_;
//- Zoom level
autoPtr<DataEntry<scalar> > cameraZoom_;
autoPtr<DataEntry<scalar>> cameraZoom_;
//- View angle
autoPtr<DataEntry<scalar> > cameraViewAngle_;
autoPtr<DataEntry<scalar>> cameraViewAngle_;
// Scene management

View File

@ -95,10 +95,10 @@ protected:
bool featureEdges_;
//- Surface colour
autoPtr<DataEntry<vector> > surfaceColour_;
autoPtr<DataEntry<vector>> surfaceColour_;
//- Edge colour
autoPtr<DataEntry<vector> > edgeColour_;
autoPtr<DataEntry<vector>> edgeColour_;
//- Surface actor
vtkSmartPointer<vtkActor> surfaceActor_;

View File

@ -77,7 +77,7 @@ protected:
scalar size_;
//- Colour
autoPtr<DataEntry<vector> > colour_;
autoPtr<DataEntry<vector>> colour_;
//- Bold flag
bool bold_;