VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dox
Common
Core
vtkArrayWeights.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkArrayWeights.h
5
6
-------------------------------------------------------------------------
7
Copyright 2008 Sandia Corporation.
8
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
9
the U.S. Government retains certain rights in this software.
10
-------------------------------------------------------------------------
11
12
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
13
All rights reserved.
14
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
15
16
This software is distributed WITHOUT ANY WARRANTY; without even
17
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
18
PURPOSE. See the above copyright notice for more information.
19
20
=========================================================================*/
21
46
#ifndef vtkArrayWeights_h
47
#define vtkArrayWeights_h
48
49
#include "
vtkCommonCoreModule.h
"
// For export macro
50
#include "
vtkSystemIncludes.h
"
51
52
class
vtkArrayWeightsStorage;
// pimpl
53
54
class
VTKCOMMONCORE_EXPORT
vtkArrayWeights
55
{
56
public
:
58
vtkArrayWeights
();
59
61
vtkArrayWeights
(
const
vtkArrayWeights
& other);
62
64
vtkArrayWeights
(
double
i);
65
67
vtkArrayWeights
(
double
i,
double
j);
68
70
vtkArrayWeights
(
double
i,
double
j,
double
k);
71
73
vtkArrayWeights
(
double
i,
double
j,
double
k,
double
l);
74
76
~
vtkArrayWeights
();
77
79
vtkIdType
GetCount()
const
;
80
84
void
SetCount(
vtkIdType
count);
85
87
double
& operator[](
vtkIdType
);
88
90
const
double
& operator[](
vtkIdType
)
const
;
91
93
vtkArrayWeights
& operator=(
const
vtkArrayWeights
& other);
94
95
protected
:
96
vtkArrayWeightsStorage *
Storage
;
97
};
98
99
#endif
100
101
// VTK-HeaderTest-Exclude: vtkArrayWeights.h
vtkSystemIncludes.h
vtkCommonCoreModule.h
VTKCOMMONCORE_EXPORT
#define VTKCOMMONCORE_EXPORT
Definition:
vtkCommonCoreModule.h:15
vtkIdType
int vtkIdType
Definition:
vtkType.h:247
vtkArrayWeights::Storage
vtkArrayWeightsStorage * Storage
Definition:
vtkArrayWeights.h:96
vtkArrayWeights
Stores a collection of weighting factors.
Definition:
vtkArrayWeights.h:54
Generated on Wed Dec 16 2015 17:14:47 for VTK by
1.8.9.1