OpenViBE::boolean CBoxAlgorithmSignalOutputWriter::setChannelName(const OpenViBE::uint32 ui32ChannelIndex, const char* sChannelName)
	{
		return m_oStreamedMatrixOutputWriterPart.setDimmensionLabel(0, ui32ChannelIndex, sChannelName);
	}
	OpenViBE::boolean CBoxAlgorithmFeatureVectorOutputWriter::setFeatureName(const OpenViBE::uint32 ui32FeatureIndex, const char* sFeatureName)
	{
		return m_oStreamedMatrixOutputWriterPart.setDimmensionLabel(0, ui32FeatureIndex, sFeatureName);
	}