Simbody  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SimTK::Segment Struct Reference

A convenient struct for anything requiring an offset and length to specify a segment of some larger sequence. More...

Public Member Functions

 Segment ()
 
 Segment (int l, int ofs=0)
 

Public Attributes

int length
 
int offset
 

Detailed Description

A convenient struct for anything requiring an offset and length to specify a segment of some larger sequence.

Constructor & Destructor Documentation

SimTK::Segment::Segment ( )
inline
SimTK::Segment::Segment ( int  l,
int  ofs = 0 
)
inlineexplicit

Member Data Documentation

int SimTK::Segment::length
int SimTK::Segment::offset

The documentation for this struct was generated from the following file: