Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrew Bauer
VTK
Commits
e8c97423
Commit
e8c97423
authored
Sep 09, 1994
by
Will Schroeder
Browse files
ENH: Additional documentation.
parent
9ff453f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/CylSrc.hh
View file @
e8c97423
...
...
@@ -16,6 +16,7 @@ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 1993, 1994
// .NAME vlCylinderSource - generate a cylinder centered at origin
// .SECTION Description
// vlCylinderSource creates a polygonal cylinder centered at the origin.
// The axis of the cylinder is aligned along the global y-axis.
// The height and radius of the cylinder can be specified, as well as the
// number of sides. It is also possible to control whether the cylinder is
// open-ended or capped.
...
...
include/PlaneSrc.hh
View file @
e8c97423
...
...
@@ -15,9 +15,11 @@ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 1993, 1994
=========================================================================*/
// .NAME - create an array of quadrilaterals located in the plane
// .SECTION Description
// vlPlaneSource creates an m x n array of quadrilaterals oriented in a
// plane. The plane is centered at the origin. It is possible to control
// the resolution of the plane in both directions (i.e., set m,n).
// vlPlaneSource creates an m x n array of quadrilaterals arranged as a
// regular tiling in the plane. The plane is centered at the origin, and
// orthogonal to the global z-axis. The resolution of the plane can be
// specified in both the x and y directions (i.e., specify m and n,
// respectively).
#ifndef __vlPlaneSource_h
#define __vlPlaneSource_h
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment