Lines Matching full:position
68 Double readpos; // current read position ptr
69 Double writepos; // current write position ptr
75 // Set position
77 Double& pos, // position field to update
78 Double newpos, // new position
110 virtual Double ReadPosition() const; // Get read position
111 virtual Double WritePosition() const; // Get write position
113 // Set read position
115 Double pos, // new position
118 // Set write position
120 Double pos, // new position
140 // Read from position
144 Double& pos) = 0; // start position (updated)
146 // Write at position
150 Double& pos) = 0; // start position (updated)
156 Double& pos); // start position (updated)