Class: SciYAG::Backends::DataSet3D

Inherits:
DataSet
  • Object
show all
Defined in:
lib/SciYAG/Backends/dataset.rb

Overview

A 3-dimensionnal DataSet

Instance Attribute Summary

Attributes inherited from DataSet

#creation_context, #data, #errors, #meta_data

Instance Method Summary collapse

Methods inherited from DataSet

#all_vectors, #apply, #initialize, #is_2D?, #method_missing, #sort!

Constructor Details

This class inherits a constructor from SciYAG::Backends::DataSet

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class SciYAG::Backends::DataSet

Instance Method Details

#is_3D?Boolean

Returns:

  • (Boolean)


151
152
153
# File 'lib/SciYAG/Backends/dataset.rb', line 151

def is_3D?
  return true
end