Uses of Class
org.simtk.geometry3d.Cylinder

Packages that use Cylinder
org.simtk.geometry3d   
org.simtk.moleculargraphics   
org.simtk.moleculargraphics.cartoon   
 

Uses of Cylinder in org.simtk.geometry3d
 

Subclasses of Cylinder in org.simtk.geometry3d
 class SemiCylinder
           
 

Uses of Cylinder in org.simtk.moleculargraphics
 

Methods in org.simtk.moleculargraphics with parameters of type Cylinder
static vtk.vtkActor GraphicsCylinder.getVtkCylinder(Cylinder c, java.awt.Color color, int resolution)
           
static vtk.vtkTransformPolyDataFilter GraphicsCylinder.getVtkCylinderFilter(Cylinder c, int resolution)
           
 

Uses of Cylinder in org.simtk.moleculargraphics.cartoon
 

Methods in org.simtk.moleculargraphics.cartoon that return Cylinder
static Cylinder NewDuplexCylinderActor.doubleHelixCylinder(Duplex h)
          Given a set of base paired residues, construct cylinder geometry to represent them.
static Cylinder DuplexCylinderActor.doubleHelixCylinder(Duplex h)
          Given a set of base paired residues, construct cylinder geometry to represent them.
 

Methods in org.simtk.moleculargraphics.cartoon with parameters of type Cylinder
 vtk.vtkActor NewDuplexCylinderActor.getVtkMeshCylinder(Cylinder c, java.awt.Color color, double resolution)
           
static vtk.vtkPolyData NewDuplexCylinderActor.getVtkMeshCylinder(Cylinder c, double resolution)