Class SiDicomSequence

java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.volumeviz.readers.dicom.SiDicomSequence

public class SiDicomSequence extends Inventor
DICOM data. Access data in a DICOM sequence.

A DICOM sequence contains a vector of nested data sets, called "items" in this context.

See Also:
  • Method Details

    • getLength

      public long getLength()
      Get the number of nested data sets contained in this sequence.
    • clone

      public SiDicomSequence clone()
      Create a clone of the sequence.
    • getItem

      public SiDicomDataSet getItem(long idx)
      Get the n-th nested data set.

      Parameters:
      idx - the index of the nested data set to get.

      Returns:
      a pointer to the n-th data set or NULL if idx is greater than the length of the sequence.