|
Scribus
Open source desktop publishing at your fingertips
|


Public Member Functions | |
| PRCTorus (std::string n) | |
| void | serializeTorus (PRCbitStream &pbs) |
| void | serializeSurface (PRCbitStream &pbs) |
Public Member Functions inherited from PRCSurface | |
| PRCSurface (std::string n) | |
Public Member Functions inherited from PRCContentSurface | |
| PRCContentSurface (std::string n) | |
| void | serializeContentSurface (PRCbitStream &) |
Public Member Functions inherited from PRCBaseGeometry | |
| PRCBaseGeometry (std::string n, uint32_t id=0) | |
| void | serializeBaseGeometry (PRCbitStream &) |
Public Member Functions inherited from PRCAttributes | |
| void | serializeAttributes (PRCbitStream &) const |
| PRCAttribute & | newAttribute () |
| void | addAttribute (const PRCAttribute &attribute) |
Public Member Functions inherited from PRCTransformation | |
| void | serializeTransformation (PRCbitStream &) |
Public Member Functions inherited from PRCUVParameterization | |
| void | serializeUVParameterization (PRCbitStream &pbs) |
Public Attributes | |
| double | major_radius |
| double | minor_radius |
Public Attributes inherited from PRCContentSurface | |
| EPRCExtendType | extend_info |
Public Attributes inherited from PRCBaseGeometry | |
| bool | base_information |
| std::string | name |
| uint32_t | identifier |
Public Attributes inherited from PRCAttributes | |
| PRCAttributeList | attributes |
Public Attributes inherited from PRCTransformation | |
| bool | has_transformation |
| bool | geometry_is_2D |
| uint8_t | behaviour |
| PRCVector3d | origin |
| PRCVector3d | x_axis |
| PRCVector3d | y_axis |
| double | scale |
Public Attributes inherited from PRCUVParameterization | |
| bool | swap_uv |
| PRCDomain | uv_domain |
| double | parameterization_on_u_coeff_a |
| double | parameterization_on_v_coeff_a |
| double | parameterization_on_u_coeff_b |
| double | parameterization_on_v_coeff_b |