ISAAC
Overview :: Library Doc :: Server Doc :: JSON Commands

In Situ Animation of Accelerated Computations

Static Public Member Functions | Static Public Attributes | List of all members
isaac::IsaacFunctorSum Struct Reference

#include <isaac_functors.hpp>

Static Public Member Functions

static ISAAC_HOST_DEVICE_INLINE isaac_float_dim< 1 > call (const isaac_float_dim< 4 > v, const isaac_float4 &p)
 
static ISAAC_HOST_DEVICE_INLINE isaac_float_dim< 1 > call (const isaac_float_dim< 3 > v, const isaac_float4 &p)
 
static ISAAC_HOST_DEVICE_INLINE isaac_float_dim< 1 > call (const isaac_float_dim< 2 > v, const isaac_float4 &p)
 
static ISAAC_HOST_DEVICE_INLINE isaac_float_dim< 1 > call (const isaac_float_dim< 1 > v, const isaac_float4 &p)
 
static ISAAC_HOST_INLINE std::string getName ()
 
static ISAAC_HOST_INLINE std::string getDescription ()
 

Static Public Attributes

static const bool uses_parameter = false
 
static const std::string name
 
static const std::string description
 

Detailed Description

Definition at line 316 of file isaac_functors.hpp.

Member Function Documentation

§ call() [1/4]

static ISAAC_HOST_DEVICE_INLINE isaac_float_dim<1> isaac::IsaacFunctorSum::call ( const isaac_float_dim< 4 >  v,
const isaac_float4 &  p 
)
inlinestatic

Definition at line 322 of file isaac_functors.hpp.

§ call() [2/4]

static ISAAC_HOST_DEVICE_INLINE isaac_float_dim<1> isaac::IsaacFunctorSum::call ( const isaac_float_dim< 3 >  v,
const isaac_float4 &  p 
)
inlinestatic

Definition at line 334 of file isaac_functors.hpp.

§ call() [3/4]

static ISAAC_HOST_DEVICE_INLINE isaac_float_dim<1> isaac::IsaacFunctorSum::call ( const isaac_float_dim< 2 >  v,
const isaac_float4 &  p 
)
inlinestatic

Definition at line 345 of file isaac_functors.hpp.

§ call() [4/4]

static ISAAC_HOST_DEVICE_INLINE isaac_float_dim<1> isaac::IsaacFunctorSum::call ( const isaac_float_dim< 1 >  v,
const isaac_float4 &  p 
)
inlinestatic

Definition at line 355 of file isaac_functors.hpp.

§ getDescription()

static ISAAC_HOST_INLINE std::string isaac::IsaacFunctorSum::getDescription ( )
inlinestatic

Definition at line 366 of file isaac_functors.hpp.

§ getName()

static ISAAC_HOST_INLINE std::string isaac::IsaacFunctorSum::getName ( )
inlinestatic

Definition at line 361 of file isaac_functors.hpp.

Member Data Documentation

§ description

const std::string isaac::IsaacFunctorSum::description
static

Definition at line 320 of file isaac_functors.hpp.

§ name

const std::string isaac::IsaacFunctorSum::name
static

Definition at line 319 of file isaac_functors.hpp.

§ uses_parameter

const bool isaac::IsaacFunctorSum::uses_parameter = false
static

Definition at line 318 of file isaac_functors.hpp.


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