Additional Inherited Members | |
Public Member Functions inherited from cuspatial::test::RMMResourceMixin | |
| rmm::device_async_resource_ref | mr () |
Returns pointer to device_memory_resource that should be used for all tests inheriting from this fixture. | |
| rmm::cuda_stream_view | stream () |
Returns cuda_stream_view that should be used for computation in tests inheriting from this fixture. | |
Protected Member Functions inherited from cuspatial::test::OneGeometryColumnBase< T > | |
| OneGeometryColumnBase (rmm::cuda_stream_view stream) | |
| geometry_column_view | one_point () |
| geometry_column_view | one_multipoint () |
| geometry_column_view | one_linestring () |
| geometry_column_view | one_multilinestring () |
| geometry_column_view | one_polygon () |
| geometry_column_view | one_multipolygon () |
Protected Attributes inherited from cuspatial::test::OneGeometryColumnBase< T > | |
| std::unique_ptr< cudf::column > | one_point_column |
| std::unique_ptr< cudf::column > | one_linestring_column |
| std::unique_ptr< cudf::column > | one_polygon_column |
| std::unique_ptr< cudf::column > | one_multipoint_column |
| std::unique_ptr< cudf::column > | one_multilinestring_column |
| std::unique_ptr< cudf::column > | one_multipolygon_column |
Definition at line 175 of file geometry_fixtures.hpp.
|
inline |
Definition at line 176 of file geometry_fixtures.hpp.