Ignore:
Timestamp:
Aug 8, 2013, 3:59:21 PM (11 years ago)
Author:
ldelgass
Message:

Fix spelling of parallelepiped, silently fix left-handed ordering of vectors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/Renderer.cpp

    r3859 r3861  
    197197    deleteAllGraphicsObjects<Molecule>();
    198198    deleteAllGraphicsObjects<Outline>();
    199     deleteAllGraphicsObjects<Parallelpiped>();
     199    deleteAllGraphicsObjects<Parallelepiped>();
    200200    deleteAllGraphicsObjects<PolyData>();
    201201    deleteAllGraphicsObjects<Polygon>();
     
    24372437    setGraphicsObjectAspect<Molecule>(aspectRatio);
    24382438    setGraphicsObjectAspect<Outline>(aspectRatio);
    2439     setGraphicsObjectAspect<Parallelpiped>(aspectRatio);
     2439    setGraphicsObjectAspect<Parallelepiped>(aspectRatio);
    24402440    setGraphicsObjectAspect<PolyData>(aspectRatio);
    24412441    setGraphicsObjectAspect<Polygon>(aspectRatio);
     
    33593359    mergeGraphicsObjectBounds<Molecule>(bounds, onlyVisible);
    33603360    mergeGraphicsObjectBounds<Outline>(bounds, onlyVisible);
    3361     mergeGraphicsObjectBounds<Parallelpiped>(bounds, onlyVisible);
     3361    mergeGraphicsObjectBounds<Parallelepiped>(bounds, onlyVisible);
    33623362    mergeGraphicsObjectBounds<PolyData>(bounds, onlyVisible);
    33633363    mergeGraphicsObjectBounds<Polygon>(bounds, onlyVisible);
     
    34323432    mergeGraphicsObjectUnscaledBounds<Outline>(bounds, onlyVisible);
    34333433    mergeGraphicsObjectUnscaledBounds<PolyData>(bounds, onlyVisible);
    3434     mergeGraphicsObjectUnscaledBounds<Parallelpiped>(bounds, onlyVisible);
     3434    mergeGraphicsObjectUnscaledBounds<Parallelepiped>(bounds, onlyVisible);
    34353435    mergeGraphicsObjectUnscaledBounds<Polygon>(bounds, onlyVisible);
    34363436    mergeGraphicsObjectUnscaledBounds<PseudoColor>(bounds, onlyVisible);
     
    45814581    setGraphicsObjectClippingPlanes<Molecule>(_activeClipPlanes);
    45824582    setGraphicsObjectClippingPlanes<Outline>(_activeClipPlanes);
    4583     setGraphicsObjectClippingPlanes<Parallelpiped>(_activeClipPlanes);
     4583    setGraphicsObjectClippingPlanes<Parallelepiped>(_activeClipPlanes);
    45844584    setGraphicsObjectClippingPlanes<PolyData>(_activeClipPlanes);
    45854585    setGraphicsObjectClippingPlanes<Polygon>(_activeClipPlanes);
Note: See TracChangeset for help on using the changeset viewer.