| 
    MeVisLab Toolbox Reference
    
   | 
 
Class to provide access to DRTIonWedgePositionSequence. More...
#include <mlDcmDRTIonWedgePositionSequenceInterface.h>
Classes | |
| class | Item | 
Protected Attributes | |
| std::vector< DcmDRTIonWedgePositionSequenceInterface::Item > | _itemVec | 
| Reference to the wrapped DICOM tree pointer vector.   | |
Class to provide access to DRTIonWedgePositionSequence.
Definition at line 43 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
      
  | 
  inline | 
Definition at line 88 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
      
  | 
  inline | 
Default Constructor.
Definition at line 91 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
      
  | 
  inline | 
Definition at line 93 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
References mlrange_cast().
      
  | 
  inlinevirtual | 
Default virtual Destructor.
Definition at line 101 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
      
  | 
  inline | 
Adds a new item to the sequence.
Definition at line 156 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
      
  | 
  inline | 
Definition at line 161 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
References mlrange_cast().
      
  | 
  inline | 
Gets the item at the indicated position.
Definition at line 147 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
References mlrange_cast().
      
  | 
  inline | 
Return number of items the internal sequence consists of.
Definition at line 141 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| bool ml::DcmDRTIonWedgePositionSequenceInterface::getReferencedWedgeNumber | ( | DCMTree::TreePtr | item, | 
| std::string & | parameter ) const | 
| bool ml::DcmDRTIonWedgePositionSequenceInterface::getReferencedWedgeNumber | ( | unsigned long | idx, | 
| std::string & | parameter ) const | 
      
  | 
  inline | 
Definition at line 105 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
Referenced by DRTIonWedgePositionSequenceWrapper::getReferencedWedgeNumberTag().
      
  | 
  inline | 
Return the DRTIonWedgePositionSequence this interface class provides access to.
| dcmSequence | Pointer to DRTIonWedgePositionSequence | 
Definition at line 129 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
Referenced by DRTIonWedgePositionSequenceItemWrapper::DRTIonWedgePositionSequenceItemWrapper(), and DRTIonWedgePositionSequenceItemWrapper::operator=().
| bool ml::DcmDRTIonWedgePositionSequenceInterface::getWedgePosition | ( | DCMTree::TreePtr | item, | 
| std::string & | parameter ) const | 
| bool ml::DcmDRTIonWedgePositionSequenceInterface::getWedgePosition | ( | unsigned long | idx, | 
| std::string & | parameter ) const | 
      
  | 
  inline | 
Definition at line 111 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
Referenced by DRTIonWedgePositionSequenceWrapper::getWedgePositionTag().
| bool ml::DcmDRTIonWedgePositionSequenceInterface::getWedgeThinEdgePosition | ( | DCMTree::TreePtr | item, | 
| float & | parameter ) const | 
| bool ml::DcmDRTIonWedgePositionSequenceInterface::getWedgeThinEdgePosition | ( | unsigned long | idx, | 
| float & | parameter ) const | 
      
  | 
  inline | 
Definition at line 117 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
Referenced by DRTIonWedgePositionSequenceWrapper::getWedgeThinEdgePositionTag().
      
  | 
  inline | 
Check if the DRTIonWedgePositionSequence is set.
Definition at line 135 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
Insert an item at the indicated position.
Definition at line 167 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 179 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
References mlrange_cast().
| bool ml::DcmDRTIonWedgePositionSequenceInterface::setReferencedWedgeNumber | ( | unsigned long | idx, | 
| std::string | parameter ) | 
      
  | 
  inline | 
Set the DRTIonWedgePositionSequence this interface class provides access to.
| dcmSequence | Pointer to DRTIonWedgePositionSequence | 
Definition at line 123 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
References mlrange_cast().
Referenced by DRTIonWedgePositionSequenceWrapper::DRTIonWedgePositionSequenceWrapper(), and DRTIonWedgePositionSequenceWrapper::operator=().
| bool ml::DcmDRTIonWedgePositionSequenceInterface::setWedgePosition | ( | unsigned long | idx, | 
| std::string | parameter ) | 
| bool ml::DcmDRTIonWedgePositionSequenceInterface::setWedgeThinEdgePosition | ( | unsigned long | idx, | 
| float | parameter ) | 
      
  | 
  protected | 
Reference to the wrapped DICOM tree pointer vector.
Definition at line 191 of file mlDcmDRTIonWedgePositionSequenceInterface.h.