Skip to content
GitLab
Menu
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
31451c79
Commit
31451c79
authored
Apr 18, 2008
by
Jeff Baumes
Browse files
ENH: Replacing Sandia titan (infovis) copyright.
parent
506d3207
Changes
263
Hide whitespace changes
Inline
Side-by-side
Common/vtkVariant.cxx
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
#include
"vtkVariant.h"
#include
"vtkStdString.h"
...
...
Common/vtkVariant.h
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
// .NAME vtkVariant - A atomic type representing the union of many types
//
// .SECTION Description
...
...
Common/vtkVariantArray.cxx
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
// We do not provide a definition for the copy constructor or
// operator=. Block the warning.
...
...
@@ -68,7 +69,7 @@ public:
// Standard functions
//
vtkCxxRevisionMacro
(
vtkVariantArray
,
"1.
9
"
);
vtkCxxRevisionMacro
(
vtkVariantArray
,
"1.
10
"
);
vtkStandardNewMacro
(
vtkVariantArray
);
//----------------------------------------------------------------------------
void
vtkVariantArray
::
PrintSelf
(
ostream
&
os
,
vtkIndent
indent
)
...
...
Common/vtkVariantArray.h
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
// .NAME vtkVariantArray - An array holding vtkVariants.
//
// .SECTION Description
...
...
Common/vtkVariantToNumeric.cxx
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
//----------------------------------------------------------------------------
// Templated definition of ToNumeric, isolated into its very own file to
...
...
Filtering/vtkAdjacentVertexIterator.cxx
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
#include
"vtkAdjacentVertexIterator.h"
...
...
@@ -23,7 +24,7 @@
#include
"vtkGraph.h"
vtkCxxSetObjectMacro
(
vtkAdjacentVertexIterator
,
Graph
,
vtkGraph
);
vtkCxxRevisionMacro
(
vtkAdjacentVertexIterator
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkAdjacentVertexIterator
,
"1.
2
"
);
vtkStandardNewMacro
(
vtkAdjacentVertexIterator
);
//----------------------------------------------------------------------------
vtkAdjacentVertexIterator
::
vtkAdjacentVertexIterator
()
...
...
Filtering/vtkAdjacentVertexIterator.h
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
// .NAME vtkAdjacentVertexIterator - Iterates through adjacent vertices in a graph.
//
// .SECTION Description
...
...
Filtering/vtkDirectedAcyclicGraph.cxx
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
#include
"vtkDirectedAcyclicGraph.h"
...
...
@@ -29,7 +30,7 @@
using
vtksys_stl
::
vector
;
vtkCxxRevisionMacro
(
vtkDirectedAcyclicGraph
,
"1.
3
"
);
vtkCxxRevisionMacro
(
vtkDirectedAcyclicGraph
,
"1.
4
"
);
vtkStandardNewMacro
(
vtkDirectedAcyclicGraph
);
//----------------------------------------------------------------------------
vtkDirectedAcyclicGraph
::
vtkDirectedAcyclicGraph
()
...
...
Filtering/vtkDirectedAcyclicGraph.h
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
// .NAME vtkDirectedAcyclicGraph - A rooted tree data structure.
//
// .SECTION Description
...
...
Filtering/vtkDirectedGraph.cxx
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
#include
"vtkDirectedGraph.h"
...
...
@@ -31,7 +32,7 @@
//----------------------------------------------------------------------------
// class vtkDirectedGraph
//----------------------------------------------------------------------------
vtkCxxRevisionMacro
(
vtkDirectedGraph
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkDirectedGraph
,
"1.
2
"
);
vtkStandardNewMacro
(
vtkDirectedGraph
);
//----------------------------------------------------------------------------
vtkDirectedGraph
::
vtkDirectedGraph
()
...
...
Filtering/vtkDirectedGraph.h
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
// .NAME vtkDirectedGraph - A directed graph.
//
// .SECTION Description
...
...
Filtering/vtkDirectedGraphAlgorithm.cxx
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
#include
"vtkDirectedGraphAlgorithm.h"
#include
"vtkCommand.h"
...
...
@@ -26,7 +27,7 @@
#include
"vtkStreamingDemandDrivenPipeline.h"
#include
"vtkTrivialProducer.h"
vtkCxxRevisionMacro
(
vtkDirectedGraphAlgorithm
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkDirectedGraphAlgorithm
,
"1.
2
"
);
vtkStandardNewMacro
(
vtkDirectedGraphAlgorithm
);
//----------------------------------------------------------------------------
...
...
Filtering/vtkDirectedGraphAlgorithm.h
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
// .NAME vtkDirectedGraphAlgorithm - Superclass for algorithms that produce only directed graph as output
//
// .SECTION Description
...
...
Filtering/vtkEdgeListIterator.cxx
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
#include
"vtkEdgeListIterator.h"
...
...
@@ -24,7 +25,7 @@
#include
"vtkGraph.h"
#include
"vtkGraphEdge.h"
vtkCxxRevisionMacro
(
vtkEdgeListIterator
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkEdgeListIterator
,
"1.
2
"
);
vtkStandardNewMacro
(
vtkEdgeListIterator
);
//----------------------------------------------------------------------------
vtkEdgeListIterator
::
vtkEdgeListIterator
()
...
...
Filtering/vtkEdgeListIterator.h
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
// .NAME vtkEdgeListIterator - Iterates through all edges in a graph.
//
// .SECTION Description
...
...
Filtering/vtkGraph.cxx
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
#include
"vtkGraph.h"
...
...
@@ -71,14 +72,14 @@ private:
};
vtkStandardNewMacro
(
vtkGraphInternals
);
vtkCxxRevisionMacro
(
vtkGraphInternals
,
"1.1
4
"
);
vtkCxxRevisionMacro
(
vtkGraphInternals
,
"1.1
5
"
);
//----------------------------------------------------------------------------
// class vtkGraph
//----------------------------------------------------------------------------
vtkCxxSetObjectMacro
(
vtkGraph
,
Points
,
vtkPoints
);
vtkCxxSetObjectMacro
(
vtkGraph
,
Internals
,
vtkGraphInternals
);
vtkCxxRevisionMacro
(
vtkGraph
,
"1.1
4
"
);
vtkCxxRevisionMacro
(
vtkGraph
,
"1.1
5
"
);
//----------------------------------------------------------------------------
vtkGraph
::
vtkGraph
()
{
...
...
Filtering/vtkGraph.h
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
// .NAME vtkGraph - Base class for graph data types.
//
// .SECTION Description
...
...
Filtering/vtkGraphAlgorithm.cxx
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
#include
"vtkGraphAlgorithm.h"
#include
"vtkCommand.h"
...
...
@@ -26,7 +27,7 @@
#include
"vtkStreamingDemandDrivenPipeline.h"
#include
"vtkTrivialProducer.h"
vtkCxxRevisionMacro
(
vtkGraphAlgorithm
,
"1.
4
"
);
vtkCxxRevisionMacro
(
vtkGraphAlgorithm
,
"1.
5
"
);
vtkStandardNewMacro
(
vtkGraphAlgorithm
);
//----------------------------------------------------------------------------
...
...
Filtering/vtkGraphAlgorithm.h
View file @
31451c79
...
...
@@ -12,10 +12,11 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
// .NAME vtkGraphAlgorithm - Superclass for algorithms that produce only graph as output
//
// .SECTION Description
...
...
Filtering/vtkGraphEdge.cxx
View file @
31451c79
...
...
@@ -12,16 +12,17 @@
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.
----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
-------------------------------------------------------------------------*/
#include
"vtkGraphEdge.h"
#include
"vtkObjectFactory.h"
vtkCxxRevisionMacro
(
vtkGraphEdge
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkGraphEdge
,
"1.
2
"
);
vtkStandardNewMacro
(
vtkGraphEdge
);
//----------------------------------------------------------------------------
vtkGraphEdge
::
vtkGraphEdge
()
...
...
Prev
1
2
3
4
5
…
14
Next
Write
Preview
Supports
Markdown
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