|
Rosetta
|

Public Member Functions | |
| def | __init__ (self) |
| def | area (self) |
Public Member Functions inherited from test.Workshop9_my_shapes.MyShape | |
| def | __str__ (self) |
| def | draw (self, line_width=1) |
Public Attributes | |
| radius | |
Public Attributes inherited from test.Workshop9_my_shapes.MyShape | |
| color | |
A subclass of MyShape for a circle.
| def test.Workshop9_my_shapes.MyCircle.__init__ | ( | self | ) |
Reimplemented from test.Workshop9_my_shapes.MyShape.
Referenced by pyrosetta.distributed.tasks.taskbase.TaskBase.__setstate__().
| def test.Workshop9_my_shapes.MyCircle.area | ( | self | ) |
Return the area of the circle.
Reimplemented from test.Workshop9_my_shapes.MyShape.
References LMAX.radius, basic::sampling::orientations::QuatDBMetadata.radius, numeric::geometry::hashing::xyzStripeHash::const_iterator.radius(), numeric::geometry::hashing::Ball.radius(), numeric::sphericalVector< T >.radius(), pyrosetta.distributed.viewer.modules.setDisulfides.radius, pyrosetta.distributed.viewer.modules.setHydrogenBonds.radius, pyrosetta.distributed.viewer.modules.setHydrogens.radius, pyrosetta.distributed.viewer.modules.setStyle.radius, and test.Workshop9_my_shapes.MyCircle.radius.
| test.Workshop9_my_shapes.MyCircle.radius |