◆ createVideo() [1/4]
| CreateVideoResponse gpudb::GPUdb::createVideo | ( | const CreateVideoRequest & | request_ | ) | const |
◆ createVideo() [2/4]
| CreateVideoResponse & gpudb::GPUdb::createVideo | ( | const CreateVideoRequest & | request_, |
| CreateVideoResponse & | response_ ) const |
Creates a job to generate a sequence of raster images that visualize data over a specified time.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ createVideo() [3/4]
| CreateVideoResponse gpudb::GPUdb::createVideo | ( | const std::string & | attribute, |
| const std::string & | begin, | ||
| const double | durationSeconds, | ||
| const std::string & | end, | ||
| const double | framesPerSecond, | ||
| const std::string & | style, | ||
| const std::string & | path, | ||
| const std::string & | styleParameters, | ||
| const std::map< std::string, std::string > & | options ) const |
Creates a job to generate a sequence of raster images that visualize data over a specified time.
Parameters
| [in] | attribute | The animated attribute to map to the video’s frames. Must be present in the LAYERS specified for the visualization. This is often a time-related field but may be any numeric type. |
| [in] | begin | The start point for the video. Accepts an expression evaluable over the attribute. |
| [in] | durationSeconds | Seconds of video to produce. |
| [in] | end | The end point for the video. Accepts an expression evaluable over the attribute. |
| [in] | framesPerSecond | The presentation frame rate of the encoded video in frames per second. |
| [in] | style | The name of the visualize mode; should correspond to the schema used for the styleParameters field. Supported values: |
| [in] | path | Fully-qualified KiFS path. Write access is required. A file must not exist at that path, unless replace_if_exists is true. |
| [in] | styleParameters | A string containing the JSON-encoded visualize request. Must correspond to the visualize mode specified in the style field. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ createVideo() [4/4]
| CreateVideoResponse & gpudb::GPUdb::createVideo | ( | const std::string & | attribute, |
| const std::string & | begin, | ||
| const double | durationSeconds, | ||
| const std::string & | end, | ||
| const double | framesPerSecond, | ||
| const std::string & | style, | ||
| const std::string & | path, | ||
| const std::string & | styleParameters, | ||
| const std::map< std::string, std::string > & | options, | ||
| CreateVideoResponse & | response_ ) const |
Creates a job to generate a sequence of raster images that visualize data over a specified time.
Parameters
| [in] | attribute | The animated attribute to map to the video’s frames. Must be present in the LAYERS specified for the visualization. This is often a time-related field but may be any numeric type. |
| [in] | begin | The start point for the video. Accepts an expression evaluable over the attribute. |
| [in] | durationSeconds | Seconds of video to produce. |
| [in] | end | The end point for the video. Accepts an expression evaluable over the attribute. |
| [in] | framesPerSecond | The presentation frame rate of the encoded video in frames per second. |
| [in] | style | The name of the visualize mode; should correspond to the schema used for the styleParameters field. Supported values: |
| [in] | path | Fully-qualified KiFS path. Write access is required. A file must not exist at that path, unless replace_if_exists is true. |
| [in] | styleParameters | A string containing the JSON-encoded visualize request. Must correspond to the visualize mode specified in the style field. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).