Class SoSliceDetail

    • Constructor Detail

      • SoSliceDetail

        public SoSliceDetail()
        Constructor.
    • Method Detail

      • getValueDataPos

        public SbVec3i32 getValueDataPos()

        Returns:
        the position of the picked voxel in data coordinate space (I, J, K).

      • copy

        public SoDetail copy()
        Returns an instance that is a copy of this instance. The caller is responsible for deleting the copy when it is no longer needed.
        Overrides:
        copy in class SoDetail
      • getValueObjectPos

        public SbVec3f getValueObjectPos()

        Returns:
        the position of the picked voxel in object coordinate space (X, Y, Z).

      • getValueD

        public double getValueD()

        Returns:
        the value of the picked voxel as a floating point value.

      • getValue

        public long getValue()

        Returns:
        the value of the picked voxel as an integer.