Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rolf Eike Beer
KWSys
Commits
6cdfd44d
Commit
6cdfd44d
authored
21 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Added documentation for ITK.
parent
4c28bfd0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.itk
+24
-0
24 additions, 0 deletions
README.itk
with
24 additions
and
0 deletions
README.itk
0 → 100644
+
24
−
0
View file @
6cdfd44d
KWSys provides a platform-independent API to many common system
features that are implemented differently on every platform. This
library is intended to be shared among many projects.
How to use KWSys from ITK:
#include <itkkwsys/SystemTools.hxx>
bool MyIsDirectory(const char* fname)
{
return itkkwsys::SystemTools::FileIsDirectory(fname);
}
How to modify KWSys:
When adding a method to an existing class, make no mention of ITK.
KWSys has no knowledge of ITK headers or libraries. Please also keep
in mind that KWSys must be able to build on more platforms and
compilers than ITK. Refer to existing code for conventions to ease
this task.
If you want to add a class, please contact the ITK mailing list for
discussion. Please do not add a class without permission from
Kitware.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment