library of assembled shared sources

http://lass.cocamware.com

vector_4d.h File Reference

#include "prim_common.h"
#include "../io/xml_o_stream.h"
#include "vector_4d.inl"
#include "pyobject_util.h"

Include dependency graph for vector_4d.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Data Structures

struct  lass::prim::Vector4D< T >
 4D Vector More...
struct  lass::prim::Vector4D< T >::Rebind< U >

Namespaces

namespace  lass
 Library for Assembled Shared Sources.
namespace  lass::prim
 set of geometrical primitives

Defines

#define LASS_PRIM_HAVE_PY_EXPORT_TRAITS_VECTOR_4D

Functions

template<typename T >
Vector4D< T >::TValue lass::prim::dot (const Vector4D< T > &a, const Vector4D< T > &b)
template<typename T >
bool lass::prim::operator== (const Vector4D< T > &a, const Vector4D< T > &b)
template<typename T >
bool lass::prim::operator!= (const Vector4D< T > &a, const Vector4D< T > &b)
template<typename T >
Vector4D< T > lass::prim::operator+ (const Vector4D< T > &a, const Vector4D< T > &b)
template<typename T >
Vector4D< T > lass::prim::operator- (const Vector4D< T > &a, const Vector4D< T > &b)
template<typename T >
Vector4D< T > lass::prim::operator* (const Vector4D< T > &a, const Vector4D< T > &b)
template<typename T >
Vector4D< T > lass::prim::operator/ (const Vector4D< T > &a, const Vector4D< T > &b)
template<typename T >
Vector4D< T > lass::prim::operator+ (const Vector4D< T > &a, typename Vector4D< T >::TParam b)
template<typename T >
Vector4D< T > lass::prim::operator- (const Vector4D< T > &a, typename Vector4D< T >::TParam b)
template<typename T >
Vector4D< T > lass::prim::operator* (const Vector4D< T > &a, typename Vector4D< T >::TParam b)
template<typename T >
Vector4D< T > lass::prim::operator/ (const Vector4D< T > &a, typename Vector4D< T >::TParam b)
template<typename T >
Vector4D< T > lass::prim::operator+ (typename Vector4D< T >::TParam a, const Vector4D< T > &b)
template<typename T >
Vector4D< T > lass::prim::operator- (typename Vector4D< T >::TParam a, const Vector4D< T > &b)
template<typename T >
Vector4D< T > lass::prim::operator* (typename Vector4D< T >::TParam a, const Vector4D< T > &b)
template<typename T >
Vector4D< T > lass::prim::pointwiseMin (const Vector4D< T > &a, const Vector4D< T > &b)
template<typename T >
Vector4D< T > lass::prim::pointwiseMax (const Vector4D< T > &a, const Vector4D< T > &b)
template<typename T >
Vector4D< T > lass::prim::lerp (const Vector4D< T > &a, const Vector4D< T > &b, typename Vector4D< T >::TParam t)
template<typename T , typename Char , typename Traits >
std::basic_ostream< Char,
Traits > & 
lass::prim::operator<< (std::basic_ostream< Char, Traits > &stream, const Vector4D< T > &b)
template<typename T , typename Char , typename Traits >
std::basic_istream< Char,
Traits > & 
lass::prim::operator>> (std::basic_istream< Char, Traits > &stream, Vector4D< T > &b)
template<typename T >
io::XmlOStream & lass::prim::operator<< (io::XmlOStream &stream, const Vector4D< T > &b)


Detailed Description

Author:
Bram de Greve (bramz@users.sourceforge.net)

Tom De Muer (tomdemuer@users.sourceforge.net)

*** BEGIN LICENSE INFORMATION ***

The contents of this file are subject to the Common Public Attribution License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://lass.sourceforge.net/cpal-license. The License is based on the Mozilla Public License Version 1.1 but Sections 14 and 15 have been added to cover use of software over a computer network and provide for limited attribution for the Original Developer. In addition, Exhibit A has been modified to be consistent with Exhibit B.

Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.

The Original Code is LASS - Library of Assembled Shared Sources.

The Initial Developer of the Original Code is Bram de Greve and Tom De Muer. The Original Developer is the Initial Developer.

All portions of the code written by the Initial Developer are: Copyright (C) 2004-2007 the Initial Developer. All Rights Reserved.

Contributor(s):

Alternatively, the contents of this file may be used under the terms of the GNU General Public License Version 2 or later (the GPL), in which case the provisions of GPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the GPL and not to allow others to use your version of this file under the CPAL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL License. If you do not delete the provisions above, a recipient may use your version of this file under either the CPAL or the GPL.

*** END LICENSE INFORMATION ***

Definition in file vector_4d.h.


Define Documentation

#define LASS_PRIM_HAVE_PY_EXPORT_TRAITS_VECTOR_4D

Definition at line 172 of file vector_4d.h.


Generated on Mon Nov 10 14:22:06 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo