Interface | Description |
---|---|
Cylinder |
subinterface for cylinders.
|
SubstrateObject |
substrate objects are sub-units of a substrate geometry
such as a cylinder, a triangle or a complete mesh.
|
Class | Description |
---|---|
BasicCylinder |
implements a cylindrical geometry.
|
BoundingBox |
An optimally oriented bounding box that
minimally surrounds a Substrate object
a bounding box is defined by three vectors
defining a coordinate system centred on
the substrate origin, and max and min values
of each of them for points on the object.
|
CylinderFactory |
cylinder factory class.
|
FacetCylinder |
Cylinder implementation with polygonal cross-section.
|
Line | |
MyelinatedCylinder |
Thick-walled cylinder.
|
Quad |
a quadrilateral defined by two vectors and
parameter min and max in each.
|
SquashyCylinder |
A squashy cylinder is one that deforms when it abutts another
cylinder.
|
Triangle |
Enum | Description |
---|---|
CylinderFactory.CylType |