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::IsaacFunctorMul Struct Reference

#include <isaac_functors.hpp>

Static Public Member Functions

static ISAAC_HOST_DEVICE_INLINE isaac_float_dim< 4 > call (const isaac_float_dim< 4 > v, const isaac_float4 &p)
 
static ISAAC_HOST_DEVICE_INLINE isaac_float_dim< 3 > call (const isaac_float_dim< 3 > v, const isaac_float4 &p)
 
static ISAAC_HOST_DEVICE_INLINE isaac_float_dim< 2 > 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 = true
 
static const std::string name
 
static const std::string description
 

Detailed Description

Definition at line 154 of file isaac_functors.hpp.

Member Function Documentation

§ call() [1/4]

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

Definition at line 160 of file isaac_functors.hpp.

§ call() [2/4]

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

Definition at line 166 of file isaac_functors.hpp.

§ call() [3/4]

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

Definition at line 177 of file isaac_functors.hpp.

§ call() [4/4]

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

Definition at line 187 of file isaac_functors.hpp.

§ getDescription()

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

Definition at line 198 of file isaac_functors.hpp.

§ getName()

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

Definition at line 193 of file isaac_functors.hpp.

Member Data Documentation

§ description

const std::string isaac::IsaacFunctorMul::description
static

Definition at line 158 of file isaac_functors.hpp.

§ name

const std::string isaac::IsaacFunctorMul::name
static

Definition at line 157 of file isaac_functors.hpp.

§ uses_parameter

const bool isaac::IsaacFunctorMul::uses_parameter = true
static

Definition at line 156 of file isaac_functors.hpp.


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