Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
David Youssefi
otb
Commits
98ccae4a
Commit
98ccae4a
authored
13 years ago
by
Julien Malik
Browse files
Options
Downloads
Patches
Plain Diff
ENH: [SWIG] remove operators that don't map well to target langage semantic
parent
d68e511f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Wrappers/SWIG/itkBase.i
+1
-10
1 addition, 10 deletions
Code/Wrappers/SWIG/itkBase.i
with
1 addition
and
10 deletions
Code/Wrappers/SWIG/itkBase.i
+
1
−
10
View file @
98ccae4a
...
...
@@ -105,7 +105,6 @@ class itkIndent {
}
;
DECLARE_REF_COUNT_CLASS
(
itkObject
)
class
itkProcessObject
:
public
itkObject
{
public:
//static itkProcessObject_Pointer New();
...
...
@@ -117,7 +116,6 @@ class itkIndent {
}
;
DECLARE_REF_COUNT_CLASS
(
itkProcessObject
)
class
itkObjectFactoryBase
:
public
itkObject
{
public:
virtual char const * GetNameOfClass() const;
...
...
@@ -144,7 +142,6 @@ class itkIndent {
}
;
DECLARE_REF_COUNT_CLASS
(
itkObjectFactoryBase
)
class
itkMetaDataDictionary
{
public:
virtual void Print(std::ostream & os) const;
...
...
@@ -153,13 +150,9 @@ class itkIndent {
void operator=(itkMetaDataDictionary const & arg0);
~itkMetaDataDictionary();
std::vector< std::string > GetKeys() const;
itkMetaDataObjectBase_Pointer & operator[](std::string const & arg0);
itkMetaDataObjectBase const * operator[](std::string const & arg0) const;
bool HasKey(std::string const & arg0) const;
}
;
class
itkCommand
:
public
itkObject
{
public:
virtual char const * GetNameOfClass() const;
...
...
@@ -170,8 +163,6 @@ class itkIndent {
}
;
DECLARE_REF_COUNT_CLASS
(
itkCommand
)
class
itkEventObject
{
public:
itkEventObject();
...
...
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