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::IsaacFunctorIdem 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 = false
 
static const std::string name
 
static const std::string description
 

Detailed Description

Definition at line 44 of file isaac_functors.hpp.

Member Function Documentation

§ call() [1/4]

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

Definition at line 50 of file isaac_functors.hpp.

§ call() [2/4]

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

Definition at line 55 of file isaac_functors.hpp.

§ call() [3/4]

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

Definition at line 60 of file isaac_functors.hpp.

§ call() [4/4]

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

Definition at line 65 of file isaac_functors.hpp.

§ getDescription()

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

Definition at line 75 of file isaac_functors.hpp.

§ getName()

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

Definition at line 70 of file isaac_functors.hpp.

Member Data Documentation

§ description

const std::string isaac::IsaacFunctorIdem::description
static

Definition at line 48 of file isaac_functors.hpp.

§ name

const std::string isaac::IsaacFunctorIdem::name
static

Definition at line 47 of file isaac_functors.hpp.

§ uses_parameter

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

Definition at line 46 of file isaac_functors.hpp.


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