Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
c37205bf
Commit
c37205bf
authored
Jul 11, 2016
by
Waldir Pimenta
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
link documentation of vtkArcSource and vtkEllipseArcSource
parent
cb69e93a
Pipeline
#19131
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
Filters/Sources/vtkArcSource.h
Filters/Sources/vtkArcSource.h
+5
-1
Filters/Sources/vtkEllipseArcSource.h
Filters/Sources/vtkEllipseArcSource.h
+4
-0
No files found.
Filters/Sources/vtkArcSource.h
View file @
c37205bf
...
...
@@ -12,7 +12,8 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
// .NAME vtkArcSource - create a circular arc between two end points
// .NAME vtkArcSource - create a circular arc
// .SECTION Description
// vtkArcSource is a source object that creates an arc defined by two
// endpoints and a center. The number of segments composing the polyline
...
...
@@ -29,6 +30,9 @@
// Centre DAM Ile-De-France, BP12, F-91297 Arpajon, France, and implemented
// by Philippe Pebay, Kitware SAS 2012.
// .SECTION See Also
// vtkEllipseArcSource
#ifndef vtkArcSource_h
#define vtkArcSource_h
...
...
Filters/Sources/vtkEllipseArcSource.h
View file @
c37205bf
...
...
@@ -13,6 +13,7 @@
=========================================================================*/
// .NAME vtkEllipseArcSource - create an elliptical arc
// .SECTION Description
// vtkEllipseArcSource is a source object that creates an elliptical arc
// defined by a normal, a center and the major radius vector.
...
...
@@ -20,6 +21,9 @@
// segments composing the polyline is controlled by setting the object
// resolution.
// .SECTION See Also
// vtkArcSource
#ifndef vtkEllipseArcSource_h
#define vtkEllipseArcSource_h
...
...
Cory Quammen
@cory.quammen
mentioned in commit
3949c4aa
·
Jul 11, 2016
mentioned in commit
3949c4aa
mentioned in commit 3949c4aaf34a60b38b4f480200922f783bd37799
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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