#include <vlstep.h>
Inheritance diagram for vlStep:

Public Member Functions | |
| vlStep (uint32 xdim=0, uint32 ydim=0, uint32 zdim=0) | |
| Default constructor. | |
| vlStep (const vlDim &dim) | |
| Constructing the step when dimensions are given. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, vlStep const *const step) |
| overriding << to enable writing triple to a stream | |
| std::ostream & | operator<< (std::ostream &os, vlStep const &step) |
| overriding << to enable writing triple to a stream | |
Definition at line 38 of file vlstep.h.
|
||||||||||||||||
|
Definition at line 41 of file vlstep.h. References uint32. |
|
|
Definition at line 45 of file vlstep.h. References uint32, vlTriple< uint32 >::x(), and vlTriple< uint32 >::y(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.3