Ignore:
Timestamp:
Nov 23, 2014 7:40:56 PM (9 years ago)
Author:
ldelgass
Message:

Merge some changes from trunk, including 2 new (currently unused) commands for
the image (slice) object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vtkvis/branches/1.7/Renderer.h

    r3993 r4783  
    512512    void setGraphicsObjectVolumeSlice(const DataSetId& id, Axis axis, double ratio);
    513513
    514     //   Prop/Prop3D properties
     514    // Prop/Prop3D properties
    515515
    516516    template<class T>
     
    538538    void setGraphicsObjectVisibility(const DataSetId& id, bool state);
    539539
    540     //   Actor properties
     540    // Actor properties
    541541
    542542    template<class T>
     
    765765    void setImageBorder(const DataSetId& id, bool state);
    766766
     767    // For ImageActor/ImageSliceMapper only
    767768    void setImageExtents(const DataSetId& id, int extents[6]);
    768769
     
    771772    void setImageWindow(const DataSetId& id, double window);
    772773
     774    void setImageSlicePlane(const DataSetId& id, double normal[3], double origin[3]);
     775
     776    void setImageSliceFollowsCamera(const DataSetId& id, bool state);
     777
     778    // For ImageActor/ImageSliceMapper only
    773779    void setImageZSlice(const DataSetId& id, int z);
    774780
Note: See TracChangeset for help on using the changeset viewer.