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
Christian Butz
VTK
Commits
213e7ca4
Commit
213e7ca4
authored
Aug 10, 2007
by
Jeff Baumes
Browse files
STYLE: Added Sandia copyright to infovis classes.
parent
189dff0d
Changes
122
Hide whitespace changes
Inline
Side-by-side
Common/vtkVariant.cxx
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
#include
"vtkVariant.h"
#include
"vtkStdString.h"
...
...
Common/vtkVariant.h
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
// .NAME vtkVariant - A atomic type representing the union of many types
//
// .SECTION Description
...
...
Common/vtkVariantArray.cxx
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
// We do not provide a definition for the copy constructor or
// operator=. Block the warning.
...
...
@@ -33,7 +37,7 @@ VTK_ARRAY_ITERATOR_TEMPLATE_INSTANTIATE(vtkVariant);
// Standard functions
//
vtkCxxRevisionMacro
(
vtkVariantArray
,
"1.
4
"
);
vtkCxxRevisionMacro
(
vtkVariantArray
,
"1.
5
"
);
vtkStandardNewMacro
(
vtkVariantArray
);
//----------------------------------------------------------------------------
...
...
Common/vtkVariantArray.h
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
// .NAME vtkVariantArray - An array holding vtkVariants.
//
// .SECTION Description
...
...
Filtering/vtkAbstractGraph.cxx
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
#include
"vtkAbstractGraph.h"
#include
"vtkCellData.h"
...
...
@@ -35,7 +39,7 @@
double
vtkAbstractGraph
::
DefaultPoint
[
3
]
=
{
0
,
0
,
0
};
vtkCxxRevisionMacro
(
vtkAbstractGraph
,
"1.
5
"
);
vtkCxxRevisionMacro
(
vtkAbstractGraph
,
"1.
6
"
);
//----------------------------------------------------------------------------
vtkAbstractGraph
::
vtkAbstractGraph
()
...
...
Filtering/vtkAbstractGraph.h
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
// .NAME vtkAbstractGraph - The base class for graph classes (i.e. graph and tree)
//
// .SECTION Description
...
...
Filtering/vtkAbstractGraphAlgorithm.cxx
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
#include
"vtkAbstractGraphAlgorithm.h"
...
...
@@ -26,7 +30,7 @@
#include
"vtkTree.h"
#include
"vtkGraph.h"
vtkCxxRevisionMacro
(
vtkAbstractGraphAlgorithm
,
"1.
2
"
);
vtkCxxRevisionMacro
(
vtkAbstractGraphAlgorithm
,
"1.
3
"
);
vtkStandardNewMacro
(
vtkAbstractGraphAlgorithm
);
//----------------------------------------------------------------------------
...
...
Filtering/vtkAbstractGraphAlgorithm.h
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
// .NAME vtkAbstractGraphAlgorithm - Superclass for algorithms that produce only AbstractGraph as output
//
// .SECTION Description
...
...
Filtering/vtkGraph.cxx
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
#include
"vtkGraph.h"
#include
"vtkObjectFactory.h"
...
...
@@ -29,7 +33,7 @@
// Standard functions
//
vtkCxxRevisionMacro
(
vtkGraph
,
"1.
5
"
);
vtkCxxRevisionMacro
(
vtkGraph
,
"1.
6
"
);
vtkStandardNewMacro
(
vtkGraph
);
//----------------------------------------------------------------------------
...
...
Filtering/vtkGraph.h
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
// .NAME vtkGraph - A graph containing vertices and edges
//
// .SECTION Description
...
...
Filtering/vtkGraphAlgorithm.cxx
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
#include
"vtkGraphAlgorithm.h"
#include
"vtkCommand.h"
...
...
@@ -22,7 +26,7 @@
#include
"vtkStreamingDemandDrivenPipeline.h"
#include
"vtkTrivialProducer.h"
vtkCxxRevisionMacro
(
vtkGraphAlgorithm
,
"1.
2
"
);
vtkCxxRevisionMacro
(
vtkGraphAlgorithm
,
"1.
3
"
);
vtkStandardNewMacro
(
vtkGraphAlgorithm
);
//----------------------------------------------------------------------------
...
...
Filtering/vtkGraphAlgorithm.h
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
// .NAME vtkGraphAlgorithm - Superclass for algorithms that produce only Graph as output
//
// .SECTION Description
...
...
Filtering/vtkGraphDFSIterator.cxx
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
#include
"vtkGraphDFSIterator.h"
#include
"vtkGraph.h"
...
...
@@ -37,7 +41,7 @@ public:
stack
<
vtkGraphDFSIteratorPosition
>
Stack
;
};
vtkCxxRevisionMacro
(
vtkGraphDFSIterator
,
"1.
4
"
);
vtkCxxRevisionMacro
(
vtkGraphDFSIterator
,
"1.
5
"
);
vtkStandardNewMacro
(
vtkGraphDFSIterator
);
vtkGraphDFSIterator
::
vtkGraphDFSIterator
()
...
...
Filtering/vtkGraphDFSIterator.h
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
// .NAME vtkGraphDFSIterator - depth first seedgeh iterator through a vtkGraph
//
// .SECTION Description
...
...
Filtering/vtkGraphIdList.cxx
View file @
213e7ca4
...
...
@@ -12,10 +12,14 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
#include
"vtkGraphIdList.h"
#include
"vtkObjectFactory.h"
vtkCxxRevisionMacro
(
vtkGraphIdList
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkGraphIdList
,
"1.
2
"
);
vtkStandardNewMacro
(
vtkGraphIdList
);
vtkGraphIdList
::
vtkGraphIdList
()
...
...
Filtering/vtkGraphIdList.h
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
// .NAME vtkGraphIdList - read-only list of vertex or edge ids
//
// .SECTION Description
...
...
Filtering/vtkTable.cxx
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
#include
"vtkArrayIteratorIncludes.h"
#include
"vtkTable.h"
...
...
@@ -28,7 +32,7 @@
// Standard functions
//
vtkCxxRevisionMacro
(
vtkTable
,
"1.
7
"
);
vtkCxxRevisionMacro
(
vtkTable
,
"1.
8
"
);
vtkStandardNewMacro
(
vtkTable
);
//----------------------------------------------------------------------------
...
...
Filtering/vtkTable.h
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
// .NAME vtkTable - A table, which contains similar-typed columns of data
//
// .SECTION Description
...
...
Filtering/vtkTree.cxx
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
#include
"vtkTree.h"
#include
"vtkObjectFactory.h"
...
...
@@ -31,7 +35,7 @@
// Standard functions
//
vtkCxxRevisionMacro
(
vtkTree
,
"1.
9
"
);
vtkCxxRevisionMacro
(
vtkTree
,
"1.
10
"
);
vtkStandardNewMacro
(
vtkTree
);
//----------------------------------------------------------------------------
...
...
Filtering/vtkTree.h
View file @
213e7ca4
...
...
@@ -12,6 +12,10 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
/*----------------------------------------------------------------------------
Copyright (c) Sandia Corporation
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
// .NAME vtkTree - A graph representing a hierarchical tree.
//
// .SECTION Description
...
...
Prev
1
2
3
4
5
…
7
Next
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