16 out <<
" StrokeAttribute" << endl;
17 out <<
" color : (" << iStrokeAttribute.
getColorR() <<
","
19 out <<
" alpha : " << iStrokeAttribute.
getAlpha() << endl;
22 out <<
" visible : " << iStrokeAttribute.
isVisible() << endl;
28 out <<
" StrokeVertex" << endl;
29 out <<
" id : " << iStrokeVertex.
getId() << endl;
33 out <<
" 3d coordinates : (" << iStrokeVertex.
getX() <<
"," << iStrokeVertex.
getY() <<
","
34 << iStrokeVertex.
getZ() <<
")" << endl;
41 out <<
"Stroke" << endl;
42 out <<
" id : " << iStroke.
getId() << endl;
Iterators used to iterate over the elements of the Stroke. Can't be used in python.
Functions to manage I/O for the stroke.
ATTR_WARN_UNUSED_RESULT const BMVert * v
virtual real getZ() const
virtual real getProjectedZ() const
virtual real getX() const
virtual real getProjectedX() const
virtual real getProjectedY() const
virtual real getY() const
const float getThicknessR() const
const float getColorR() const
const float getColorB() const
const float getThicknessL() const
const float getColorG() const
float curvilinearAbscissa() const
const StrokeAttribute & attribute() const
const_vertex_iterator vertices_begin() const
embedding vertex iterator
const_vertex_iterator vertices_end() const
MediumType getMediumType() const
ostream & operator<<(ostream &out, const StrokeAttribute &iStrokeAttribute)
static const pxr::TfToken out("out", pxr::TfToken::Immortal)