PSCF v1.2
Pscf::IntVec< D, T > Class Template Reference

An IntVec<D, T> is a D-component vector of elements of integer type T. More...

#include <IntVec.h>

Inheritance diagram for Pscf::IntVec< D, T >:
Pscf::Vec< D, int >

Constructors

static const int Width = 10
 Width of field per Cartesian coordinate in stream IO.
 
 IntVec ()
 Default constructor.
 
 IntVec (const IntVec< D, T > &v)
 Copy constructor.
 
 IntVec (T const *v)
 Construct from C array.
 
 IntVec (T s)
 Constructor, initialize all elements to a scalar value.
 

Additional Inherited Members

- Public Member Functions inherited from Pscf::Vec< D, int >
 Vec ()
 Default constructor.
 
 Vec (const Vec< D, int > &v)
 Copy constructor.
 
 Vec (int const *v)
 Constructor from a C-array.
 
 Vec (int s)
 Constructor, initialize all elements to a common scalar value.
 
Vec< D, int > & operator= (const Vec< D, int > &v)
 Copy assignment.
 
Vec< D, int > & operator= (int s)
 Assignment all elements to the same scalar T value.
 
Vec< D, int > & setToZero ()
 Set all elements to zero.
 
void operator+= (const Vec< D, int > &dv)
 Add vector dv to this vector.
 
void operator+= (int s)
 Add a common scalar to all components.
 
void operator-= (const Vec< D, int > &dv)
 Subtract vector dv from this vector.
 
void operator-= (int s)
 Subtract a common scalar from all components.
 
void operator*= (int s)
 Multiply this vector by scalar s.
 
const int & operator[] (int i) const
 Return one Cartesian element by value.
 
int & operator[] (int i)
 Return one element of the vector by references.
 
Vec< D, int > & add (const Vec< D, int > &v1, const Vec< D, int > &v2)
 Add vectors v1 and v2.
 
Vec< D, int > & subtract (const Vec< D, int > &v1, const Vec< D, int > &v2)
 Subtract vector v2 from v1.
 
Vec< D, int > & multiply (const Vec< D, int > &v, int s)
 Multiply a vector v by a scalar s.
 
Vec< D, int > & negate (const Vec< D, int > &v)
 Return negative of vector v.
 
Vec< D, int > & negate ()
 Negate all elements of this vector.
 
void serialize (Archive &ar, const unsigned int version)
 Serialize to/from an archive.
 

Detailed Description

template<int D, typename T = int>
class Pscf::IntVec< D, T >

An IntVec<D, T> is a D-component vector of elements of integer type T.

Default of type T is T = int.

Definition at line 26 of file IntVec.h.

Constructor & Destructor Documentation

◆ IntVec() [1/4]

template<int D, typename T = int>
Pscf::IntVec< D, T >::IntVec ( )
inline

Default constructor.

Definition at line 252 of file IntVec.h.

◆ IntVec() [2/4]

template<int D, typename T = int>
Pscf::IntVec< D, T >::IntVec ( const IntVec< D, T > & v)
inline

Copy constructor.

Parameters
vIntVec<D, T> to be copied

Definition at line 252 of file IntVec.h.

◆ IntVec() [3/4]

template<int D, typename T = int>
Pscf::IntVec< D, T >::IntVec ( T const * v)
inline

Construct from C array.

Parameters
vC array to be copied

Definition at line 252 of file IntVec.h.

◆ IntVec() [4/4]

template<int D, typename T = int>
Pscf::IntVec< D, T >::IntVec ( T s)
inlineexplicit

Constructor, initialize all elements to a scalar value.

Parameters
sscalar initial value for all elements.

Definition at line 252 of file IntVec.h.

Member Data Documentation

◆ Width

template<int D, typename T = int>
const int Pscf::IntVec< D, T >::Width = 10
static

Width of field per Cartesian coordinate in stream IO.

Definition at line 69 of file IntVec.h.


The documentation for this class was generated from the following file: