/***************************************************************************** * Copyright (c) 2013 CEA LIST. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Saadia Dhouib (CEA LIST) saadia.dhouib@cea.fr - Initial API and implementation *****************************************************************************/ package org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Header; /** * * A representation of the model object 'Point Cloud2'. * * *

* The following features are supported: *

*

* * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointCloud2() * @model * @generated */ public interface PointCloud2 extends EObject { /** * Returns the value of the 'Header' containment reference. * *

* If the meaning of the 'Header' containment reference isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Header' containment reference. * @see #setHeader(Header) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointCloud2_Header() * @model containment="true" required="true" ordered="false" * @generated */ Header getHeader(); /** * Sets the value of the ' * {@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.PointCloud2#getHeader Header}' * containment reference. * * * * @param value * the new value of the 'Header' containment reference. * @see #getHeader() * @generated */ void setHeader(Header value); /** * Returns the value of the 'Height' attribute. * *

* If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Height' attribute. * @see #setHeight(long) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointCloud2_Height() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.UInt32" required="true" * ordered="false" * @generated */ long getHeight(); /** * Sets the value of the ' * {@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.PointCloud2#getHeight Height}' * attribute. * * * * @param value * the new value of the 'Height' attribute. * @see #getHeight() * @generated */ void setHeight(long value); /** * Returns the value of the 'Width' attribute. * *

* If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Width' attribute. * @see #setWidth(long) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointCloud2_Width() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.UInt32" required="true" * ordered="false" * @generated */ long getWidth(); /** * Sets the value of the ' * {@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.PointCloud2#getWidth Width}' * attribute. * * * * @param value * the new value of the 'Width' attribute. * @see #getWidth() * @generated */ void setWidth(long value); /** * Returns the value of the 'Fields' containment reference list. * The list contents are of type {@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.PointField}. * *

* If the meaning of the 'Fields' containment reference list isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Fields' containment reference list. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointCloud2_Fields() * @model containment="true" ordered="false" * @generated */ EList getFields(); /** * Returns the value of the 'Is bigendian' attribute. * *

* If the meaning of the 'Is bigendian' attribute isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Is bigendian' attribute. * @see #setIs_bigendian(boolean) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointCloud2_Is_bigendian() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Bool" required="true" * ordered="false" * @generated */ boolean isIs_bigendian(); /** * Sets the value of the ' * {@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.PointCloud2#isIs_bigendian * Is bigendian}' attribute. * * * * @param value * the new value of the 'Is bigendian' attribute. * @see #isIs_bigendian() * @generated */ void setIs_bigendian(boolean value); /** * Returns the value of the 'Point step' attribute. * *

* If the meaning of the 'Point step' attribute isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Point step' attribute. * @see #setPoint_step(long) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointCloud2_Point_step() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.UInt32" required="true" * ordered="false" * @generated */ long getPoint_step(); /** * Sets the value of the ' * {@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.PointCloud2#getPoint_step * Point step}' attribute. * * * * @param value * the new value of the 'Point step' attribute. * @see #getPoint_step() * @generated */ void setPoint_step(long value); /** * Returns the value of the 'Row step' attribute. * *

* If the meaning of the 'Row step' attribute isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Row step' attribute. * @see #setRow_step(long) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointCloud2_Row_step() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.UInt32" required="true" * ordered="false" * @generated */ long getRow_step(); /** * Sets the value of the ' * {@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.PointCloud2#getRow_step Row step}' * attribute. * * * * @param value * the new value of the 'Row step' attribute. * @see #getRow_step() * @generated */ void setRow_step(long value); /** * Returns the value of the 'Data' attribute list. * The list contents are of type {@link java.lang.Character}. * *

* If the meaning of the 'Data' attribute list isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Data' attribute list. * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointCloud2_Data() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.UInt8" ordered="false" * @generated */ EList getData(); /** * Returns the value of the 'Is dense' attribute. * *

* If the meaning of the 'Is dense' attribute isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Is dense' attribute. * @see #setIs_dense(boolean) * @see org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage#getPointCloud2_Is_dense() * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Bool" required="true" * ordered="false" * @generated */ boolean isIs_dense(); /** * Sets the value of the ' * {@link org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.PointCloud2#isIs_dense Is dense}' * attribute. * * * * @param value * the new value of the 'Is dense' attribute. * @see #isIs_dense() * @generated */ void setIs_dense(boolean value); } // PointCloud2